#6 · Primary category: Computer Vision

ultralytics

computer-vision deep-learning image-classification instance-segmentation machine-learning object-detection object-tracking pose-estimation python pytorch rotated-object-detection segment-anything semantic-segmentation tracking ultralytics yolo yolo-world yolo11 yolo26 yolov8

Ultralytics YOLO26, YOLO11, YOLOv8 — object detection, instance segmentation, semantic segmentation, image classification, pose estimation, object tracking

Project last updated:08/29/26

GitHub Stars

61.1K

Forks

11.7K

Contributors

443

License

AGPL-3.0

Why we included this project

Ultralytics is the YOLO library most computer vision work starts from. It ships a family of models, from YOLOv8 through YOLO11 to YOLO26, that cover object detection, instance and semantic segmentation, classification, pose estimation, and tracking through a single Python and CLI interface, so moving between tasks doesn't mean learning a new API. Pretrained weights download on first use, and the same workflow handles training on your own data, validation, prediction, and export to formats like ONNX. The docs are solid and the community is large enough that you'll rarely be stuck, which makes it a sensible default whether you're testing an idea quickly or building a production vision pipeline. The range of model sizes also helps when you need real-time inference on modest hardware and have to trade speed against accuracy.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category