Object Detection
ultralytics
yolo
instance-segmentation
image-classification
pose-estimation
obb
tracking
yolo11
Eval Results (legacy)
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
Restore Colab/Kaggle/Binder/Gradient badges as fixed-width shields (markdown)
Browse files
README.md
CHANGED
|
@@ -45,6 +45,8 @@ model-index:
|
|
| 45 |
|
| 46 |
[](https://github.com/ultralytics/ultralytics/actions/workflows/ci.yml) [](https://clickpy.clickhouse.com/dashboard/ultralytics) [](https://discord.com/invite/ultralytics) [](https://community.ultralytics.com/) [](https://www.reddit.com/r/ultralytics/)
|
| 47 |
|
|
|
|
|
|
|
| 48 |
[Ultralytics](https://www.ultralytics.com/) creates cutting-edge, state-of-the-art (SOTA) [YOLO models](https://www.ultralytics.com/yolo) built on years of foundational research in computer vision and AI. Constantly updated for performance and flexibility, our models are **fast**, **accurate**, and **easy to use**. They excel at [object detection](https://docs.ultralytics.com/tasks/detect), [tracking](https://docs.ultralytics.com/modes/track), [instance segmentation](https://docs.ultralytics.com/tasks/segment), [semantic segmentation](https://docs.ultralytics.com/tasks/semantic), [image classification](https://docs.ultralytics.com/tasks/classify), and [pose estimation](https://docs.ultralytics.com/tasks/pose) tasks.
|
| 49 |
|
| 50 |
Find detailed documentation in the [Ultralytics Docs](https://docs.ultralytics.com/). Get support via [GitHub Issues](https://github.com/ultralytics/ultralytics/issues/new/choose). Join discussions on [Discord](https://discord.com/invite/ultralytics), [Reddit](https://www.reddit.com/r/ultralytics/), and the [Ultralytics Community Forums](https://community.ultralytics.com/)!
|
|
|
|
| 45 |
|
| 46 |
[](https://github.com/ultralytics/ultralytics/actions/workflows/ci.yml) [](https://clickpy.clickhouse.com/dashboard/ultralytics) [](https://discord.com/invite/ultralytics) [](https://community.ultralytics.com/) [](https://www.reddit.com/r/ultralytics/)
|
| 47 |
|
| 48 |
+
[](https://console.paperspace.com/github/ultralytics/ultralytics) [](https://colab.research.google.com/github/ultralytics/ultralytics/blob/main/examples/tutorial.ipynb) [](https://www.kaggle.com/models/ultralytics/yolo11) [](https://mybinder.org/v2/gh/ultralytics/ultralytics/HEAD?labpath=examples%2Ftutorial.ipynb)
|
| 49 |
+
|
| 50 |
[Ultralytics](https://www.ultralytics.com/) creates cutting-edge, state-of-the-art (SOTA) [YOLO models](https://www.ultralytics.com/yolo) built on years of foundational research in computer vision and AI. Constantly updated for performance and flexibility, our models are **fast**, **accurate**, and **easy to use**. They excel at [object detection](https://docs.ultralytics.com/tasks/detect), [tracking](https://docs.ultralytics.com/modes/track), [instance segmentation](https://docs.ultralytics.com/tasks/segment), [semantic segmentation](https://docs.ultralytics.com/tasks/semantic), [image classification](https://docs.ultralytics.com/tasks/classify), and [pose estimation](https://docs.ultralytics.com/tasks/pose) tasks.
|
| 51 |
|
| 52 |
Find detailed documentation in the [Ultralytics Docs](https://docs.ultralytics.com/). Get support via [GitHub Issues](https://github.com/ultralytics/ultralytics/issues/new/choose). Join discussions on [Discord](https://discord.com/invite/ultralytics), [Reddit](https://www.reddit.com/r/ultralytics/), and the [Ultralytics Community Forums](https://community.ultralytics.com/)!
|