Instructions to use rujutashashikanjoshi/yolo26-vehicle-detection-4139_full-v2_1-100m with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use rujutashashikanjoshi/yolo26-vehicle-detection-4139_full-v2_1-100m with ultralytics:
# Couldn't find a valid YOLO version tag. # Replace XX with the correct version. from ultralytics import YOLOvXX model = YOLOvXX.from_pretrained("rujutashashikanjoshi/yolo26-vehicle-detection-4139_full-v2_1-100m") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Upload weights/epoch60.pt with huggingface_hub
Browse files- weights/epoch60.pt +3 -0
weights/epoch60.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9db02424b1a168d7298f5bf56e2c53c348a03e5536ea97b5ca7abd3e10fb62a2
|
| 3 |
+
size 131514028
|