henry000 commited on
Commit
97fb10e
Β·
1 Parent(s): 49ddf39

πŸ“ [UPD] the todo list of README

Browse files
Files changed (2) hide show
  1. README.md +34 -2
  2. yolov9/datasets/README.md +0 -1
README.md CHANGED
@@ -1,2 +1,34 @@
1
- # yolov9mit
2
- An MIT rewrite of YOLOv9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # YOLOv9-MIT
2
+ An MIT license rewrite of YOLOv9
3
+
4
+ ## To-Do Lists
5
+ - [ ] Project Setup
6
+ - [ ] requirements
7
+ - [ ] LICENSE
8
+ - [ ] README
9
+ - [ ] pytests
10
+ - [ ] setup.py/pip install
11
+ - [ ] log format
12
+ - [ ] hugging face
13
+ - [ ] Data proccess
14
+ - [ ] Dataset
15
+ - [ ] Download script
16
+ - [ ] Auto Download
17
+ - [ ] xywh, xxyy, xcyc
18
+ - [ ] Dataloder
19
+ - [ ] Data arugment
20
+ - [ ] Model
21
+ - [ ] load model
22
+ - [ ] from yaml
23
+ - [ ] from github
24
+ - [ ] trainer
25
+ - [ ] train_one_iter
26
+ - [ ] train_one_epoch
27
+ - [ ] DDP, EMA, OTA
28
+ - [ ] Run
29
+ - [ ] train
30
+ - [ ] test
31
+ - [ ] demo
32
+ - [ ] Configuration
33
+ - [ ] hyperparams: dataclass
34
+ - [ ] model cfg: yaml
yolov9/datasets/README.md DELETED
@@ -1 +0,0 @@
1
- dataloader for different format