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
|
@@ -6,4 +6,8 @@ base_model:
|
|
| 6 |
- Ultralytics/YOLO11
|
| 7 |
tags:
|
| 8 |
- Ultralytics
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
---
|
|
|
|
| 6 |
- Ultralytics/YOLO11
|
| 7 |
tags:
|
| 8 |
- Ultralytics
|
| 9 |
+
metrics:
|
| 10 |
+
- f1
|
| 11 |
+
new_version: NV9523/rix_recognition_model
|
| 12 |
+
pipeline_tag: object-detection
|
| 13 |
---
|