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 BDD 100K Fine-tuned model
Browse files- yolov10-bdd-finetune.pt +3 -0
yolov10-bdd-finetune.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0b2474220a90e88bb77b6383a39c5bdab9c0ec6b6df9f0abe3d34245bec50bae
|
| 3 |
+
size 65509684
|