How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("object-detection", model="rileybol/simpsons-face-detection")
# Load model directly
from transformers import AutoImageProcessor, AutoModelForObjectDetection

processor = AutoImageProcessor.from_pretrained("rileybol/simpsons-face-detection")
model = AutoModelForObjectDetection.from_pretrained("rileybol/simpsons-face-detection", device_map="auto")
Quick Links

Model Trained Using AutoTrain

  • Problem type: Object Detection

Validation Metrics

loss: 0.7565978169441223

map: 0.5582

map_50: 0.9326

map_75: 0.6075

map_small: 0.025

map_medium: 0.3937

map_large: 0.618

mar_1: 0.2923

mar_10: 0.6329

mar_100: 0.697

mar_small: 0.3

mar_medium: 0.5641

mar_large: 0.7497

Downloads last month
2
Safetensors
Model size
6.47M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support