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
| license: agpl-3.0 | |
| pipeline_tag: object-detection | |
| tags: | |
| - ultralytics | |
| - tracking | |
| - instance-segmentation | |
| - image-classification | |
| - pose-estimation | |
| - obb | |
| - object-detection | |
| - yolo | |
| - yolov8 | |
| - yolov3 | |
| - yolov5 | |
| - yolov9 | |
| - yolov10 | |
| library_name: ultralytics | |