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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

acatorcini
/
yolov9-soccer-ball

Object Detection
ultralytics
ONNX
yolo
yolov9
soccer
ball-detection
Model card Files Files and versions
xet
Community

Instructions to use acatorcini/yolov9-soccer-ball with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ultralytics

    How to use acatorcini/yolov9-soccer-ball with ultralytics:

    from ultralytics import YOLOvv9
    
    model = YOLOvv9.from_pretrained("acatorcini/yolov9-soccer-ball")
    source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
    model.predict(source=source, save=True)
  • Notebooks
  • Google Colab
  • Kaggle
yolov9-soccer-ball
68 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
acatorcini's picture
acatorcini
Document ONNX inference path (non-AGPL runtime)
b30df5a verified 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    3.58 kB
    Document ONNX inference path (non-AGPL runtime) 3 months ago
  • v9b_best.onnx
    45.3 MB
    xet
    Add ONNX-exported weights for non-AGPL inference path 3 months ago
  • v9b_best.pt
    22.7 MB
    xet
    Add YOLOv9 ball detector weights 3 months ago