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

Ultralytics
/
YOLO11

Object Detection
ultralytics
yolo
instance-segmentation
image-classification
pose-estimation
obb
tracking
yolo11
Eval Results (legacy)
Model card Files Files and versions
xet
Community
5

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

  • Libraries
  • ultralytics

    How to use Ultralytics/YOLO11 with ultralytics:

    # Couldn't find a valid YOLO version tag.
    # Replace XX with the correct version.
    from ultralytics import YOLOvXX
    
    model = YOLOvXX.from_pretrained("Ultralytics/YOLO11")
    source = 'http://images.cocodataset.org/val2017/000000039769.jpg'
    model.predict(source=source, save=True)
  • Notebooks
  • Google Colab
  • Kaggle
YOLO11 / apps
8.39 kB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 2 commits
bayramsn
apps: improve device handling, CUDA status, and error messages; add DirectML option
c5cdf41 10 months ago
  • README.md
    758 Bytes
    feat(tools): add pt_bundle to bundle multiple .pt files without modifying originals\nfix(apps): webcam_app device auto-resolution and session_state safety 10 months ago
  • webcam_app.py
    7.63 kB
    apps: improve device handling, CUDA status, and error messages; add DirectML option 10 months ago