No description
Find a file
Ayush Chaurasia d0b3c9812b
Trainer + Dataloaders (#27)
Co-authored-by: Laughing-q <1185102784@qq.com>
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>
Co-authored-by: Ayush Chaurasia <ayushchaurasia@Ayushs-MacBook-Pro.local>
Co-authored-by: Ayush Chaurasia <ayush.chuararsia@gmail.com>
2022-10-10 14:01:07 +02:00
.github/workflows Update ci.yaml (#21) 2022-09-21 13:57:28 +02:00
ultralytics Trainer + Dataloaders (#27) 2022-10-10 14:01:07 +02: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 Update README.md 2022-09-21 13:45:12 +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()