YOLO / README.md
henry000's picture
๐Ÿ“ [UPD] the todo list of README
97fb10e
|
raw
history blame
726 Bytes
# YOLOv9-MIT
An MIT license rewrite of YOLOv9
## To-Do Lists
- [ ] Project Setup
- [ ] requirements
- [ ] LICENSE
- [ ] README
- [ ] pytests
- [ ] setup.py/pip install
- [ ] log format
- [ ] hugging face
- [ ] Data proccess
- [ ] Dataset
- [ ] Download script
- [ ] Auto Download
- [ ] xywh, xxyy, xcyc
- [ ] Dataloder
- [ ] Data arugment
- [ ] Model
- [ ] load model
- [ ] from yaml
- [ ] from github
- [ ] trainer
- [ ] train_one_iter
- [ ] train_one_epoch
- [ ] DDP, EMA, OTA
- [ ] Run
- [ ] train
- [ ] test
- [ ] demo
- [ ] Configuration
- [ ] hyperparams: dataclass
- [ ] model cfg: yaml