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
Add YOLOv10 Pascal VOC Vanilla model
Browse files- yolov10-voc-vanilla.pt +3 -0
yolov10-voc-vanilla.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:823126b7af91ebf5ca4a5926a94e10a32c3e95981f264809245d9ba7b197be0c
|
| 3 |
+
size 65543615
|