8530e3fae054e09af11cf4b673e0931810cb30dd
8530e3fae0
Logging fix from YOLOv5 (#47)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
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()
Languages
Python
99.3%
Shell
0.4%
Dockerfile
0.3%