Object Detection
ultralytics
YOLOv10
tracking
instance-segmentation
image-classification
pose-estimation
obb
yolo
yolov8
yolov3
yolov5
yolov9
Instructions to use NV9523/rix_recognition_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ultralytics
How to use NV9523/rix_recognition_model with ultralytics:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("NV9523/rix_recognition_model") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - YOLOv10
How to use NV9523/rix_recognition_model with YOLOv10:
from ultralytics import YOLOvv8 model = YOLOvv8.from_pretrained("NV9523/rix_recognition_model") source = 'http://images.cocodataset.org/val2017/000000039769.jpg' model.predict(source=source, save=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -10,4 +10,7 @@ metrics:
|
|
| 10 |
- f1
|
| 11 |
new_version: NV9523/rix_recognition_model
|
| 12 |
pipeline_tag: object-detection
|
|
|
|
|
|
|
|
|
|
| 13 |
---
|
|
|
|
| 10 |
- f1
|
| 11 |
new_version: NV9523/rix_recognition_model
|
| 12 |
pipeline_tag: object-detection
|
| 13 |
+
license: apache-2.0
|
| 14 |
+
datasets:
|
| 15 |
+
- hacks101/pick-a-bolts-300
|
| 16 |
---
|