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

Davidsv
/
football_insight

Object Detection
ultralytics
English
French
yolo26
computer-vision
sports
football
soccer
tracking
Model card Files Files and versions
xet
Community

Instructions to use Davidsv/football_insight with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ultralytics

    How to use Davidsv/football_insight with ultralytics:

    # Couldn't find a valid YOLO version tag.
    # Replace XX with the correct version.
    from ultralytics import YOLOvXX
    
    model = YOLOvXX.from_pretrained("Davidsv/football_insight")
    source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
    model.predict(source=source, save=True)
  • Notebooks
  • Google Colab
  • Kaggle
football_insight / utils
27.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Davidsv's picture
Davidsv
Upload utils/colors.py with huggingface_hub
0aa00b1 verified 4 months ago
  • __init__.py
    615 Bytes
    Upload utils/__init__.py with huggingface_hub 4 months ago
  • colors.py
    7.02 kB
    Upload utils/colors.py with huggingface_hub 4 months ago
  • geometry.py
    9.03 kB
    Upload utils/geometry.py with huggingface_hub 4 months ago
  • video_utils.py
    10.8 kB
    Upload utils/video_utils.py with huggingface_hub 4 months ago