Ultralytics CI

Install

git clone https://github.com/ultralytics/ultralytics
cd ultralytics
python -m pip install --upgrade pip wheel
pip install .  # (dev)
# pip install ultralytics (production)

Usage

import ultralytics
from ultralytics import HUB, YOLO

ultralytics.checks()
Description
YOLOv10: Real-Time End-to-End Object Detection [NeurIPS 2024]
Readme AGPL-3.0 14 MiB
Languages
Python 99.4%
Shell 0.3%
Dockerfile 0.3%