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/epoch10.pt with huggingface_hub
Browse files- weights/epoch10.pt +3 -0
weights/epoch10.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d710eddfc4925bcdfc2daef27547a2634debac807cb19acfcaa690967f2b7350
|
| 3 |
+
size 131507628
|