File size: 726 Bytes
97fb10e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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