Glenn Jocher 8530e3fae0
Logging fix from YOLOv5 (#47)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-19 14:51:52 +01:00
2022-11-19 14:51:52 +01:00
2022-09-11 19:39:46 +03:00
2022-10-10 14:01:07 +02:00
2022-10-15 19:39:05 +02:00
2022-10-10 14:01:07 +02:00
2022-09-16 22:43:06 +02:00
2022-09-19 15:49:09 +02:00

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%