No description
Find a file
Laughing c617ee1c79
Fix dataloader2 (#35)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
2022-11-08 12:47:25 +01:00
.github Update ci.yaml (#37) 2022-11-07 19:27:55 +01:00
ultralytics Fix dataloader2 (#35) 2022-11-08 12:47:25 +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()