Object Detection
ultralytics
YOLOv10
PyTorch
computer-vision
faster-rcnn
autonomous-driving
hallucination-mitigation
out-of-distribution
ood-detection
proximal-ood
benchmark-analysis
bdd100k
pascal-voc
Eval Results (legacy)
Instructions to use HugoHE/m-hood with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use HugoHE/m-hood with ultralytics:
from ultralytics import YOLOvv10 model = YOLOvv10.from_pretrained("HugoHE/m-hood") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - YOLOv10
How to use HugoHE/m-hood with YOLOv10:
from ultralytics import YOLOvv10 model = YOLOvv10.from_pretrained("HugoHE/m-hood") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle