No description
Find a file
Glenn Jocher 6fe8bead35
Classify training cleanup (#33)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2022-11-07 00:15:57 +01:00
.github/workflows Metrics and loss structure (#28) 2022-10-15 19:39:05 +02:00
ultralytics Classify training cleanup (#33) 2022-11-07 00:15:57 +01:00
.gitignore Trainer + Dataloaders (#27) 2022-10-10 14:01:07 +02:00
.pre-commit-config.yaml Initial pip structure (#1) 2022-09-16 22:43:06 +02:00
LICENSE Initial commit 2022-09-11 19:39:46 +03:00
MANIFEST.in Trainer + Dataloaders (#27) 2022-10-10 14:01:07 +02:00
README.md Metrics and loss structure (#28) 2022-10-15 19:39:05 +02:00
requirements.txt Trainer + Dataloaders (#27) 2022-10-10 14:01:07 +02:00
setup.cfg Initial pip structure (#1) 2022-09-16 22:43:06 +02:00
setup.py Add missing setup.py fields (#18) 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()