Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

NV9523
/
rix_recognition_model

Object Detection
ultralytics
YOLOv10
tracking
instance-segmentation
image-classification
pose-estimation
obb
yolo
yolov8
yolov3
yolov5
yolov9
Model card Files Files and versions
xet
Community

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
rix_recognition_model
1.78 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 10 commits
NV9523's picture
NV9523
Delete rix_recognition_model.pt
fd44b56 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    256 Bytes
    Update README.md 6 months ago