You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Ayush Chaurasia db1031a1a9
Allow setting model attributes before training (#45)
2 years ago
.github update model initialization design, supports custom data/num_classes (#44) 2 years ago
ultralytics Allow setting model attributes before training (#45) 2 years ago
.gitignore update model initialization design, supports custom data/num_classes (#44) 2 years ago
.pre-commit-config.yaml Initial pip structure (#1) 2 years ago
LICENSE Initial commit 2 years ago
MANIFEST.in Trainer + Dataloaders (#27) 2 years ago
README.md Metrics and loss structure (#28) 2 years ago
requirements.txt Trainer + Dataloaders (#27) 2 years ago
setup.cfg Initial pip structure (#1) 2 years ago
setup.py Add missing setup.py fields (#18) 2 years ago

README.md

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()