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
Upload rix_recognition_model.pt
Browse files- rix_recognition_model.pt +3 -0
rix_recognition_model.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:931697be9e8476be277be1708f5aac7fd0c746080b05dd271a51011dad61f692
|
| 3 |
+
size 5351735
|