hf-vision/hardhat
Viewer • Updated • 7.06k • 142 • 1
How to use DevforMM/detr-resnet-50-hardhat-finetuned with Transformers:
# Use a pipeline as a high-level helper
from transformers import pipeline
pipe = pipeline("object-detection", model="DevforMM/detr-resnet-50-hardhat-finetuned") # Load model directly
from transformers import AutoImageProcessor, AutoModelForObjectDetection
processor = AutoImageProcessor.from_pretrained("DevforMM/detr-resnet-50-hardhat-finetuned")
model = AutoModelForObjectDetection.from_pretrained("DevforMM/detr-resnet-50-hardhat-finetuned")This model is a fine-tuned version of detr-resnet-50-hardhat-finetuned on the anindya64/hardhat dataset. It achieves the following results on the evaluation set:
More information needed
More information needed
More information needed
The following hyperparameters were used during training: