You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Inference

from PIL import Image
#import requests
# Use a pipeline as a high-level helper
from transformers import pipeline


file_path = r"path/test01.jpg"

# from web
#url = 'https://...../forest.png'
#image = Image.open(requests.get(url, stream=True).raw)

# Open the image
image = Image.open(file_path)
#image.show()

pipe = pipeline("object-detection", model="uisikdag/autotrain-hardhat2-detr-resnet-50", use_fast=True)

output=pipe(image)

Model Trained Using AutoTrain

  • Problem type: Object Detection

Validation Metrics

loss: 0.5812108516693115

map: 0.4039

map_50: 0.6359

map_75: 0.4688

map_small: 0.3909

map_medium: 0.4397

map_large: 0.4822

mar_1: 0.1689

mar_10: 0.574

mar_100: 0.6803

mar_small: 0.52

mar_medium: 0.6795

mar_large: 0.7603

Downloads last month
6
Safetensors
Model size
41.6M params
Tensor type
F32
·
Inference Providers NEW
This model is not currently available via any of the supported Inference Providers.

Model tree for uisikdag/autotrain-hardhat2-detr-resnet-50

Finetuned
(493)
this model

Collection including uisikdag/autotrain-hardhat2-detr-resnet-50