File size: 1,897 Bytes
97fb10e
 
 
c99d851
 
 
 
 
 
 
 
 
 
 
 
ebb5315
c99d851
ebb5315
c99d851
97fb10e
 
fa73512
a2c4a3f
97fb10e
a2c4a3f
97fb10e
a2c4a3f
97fb10e
 
 
a2c4a3f
97fb10e
 
 
24797e2
97fb10e
 
 
 
a2c4a3f
 
 
 
 
 
97fb10e
 
 
 
a2c4a3f
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# YOLOv9-MIT
An MIT license rewrite of YOLOv9

![WIP](https://img.shields.io/badge/status-WIP-orange)
> [!IMPORTANT]
> This project is currently a Work In Progress and may undergo significant changes. It is not recommended for use in production environments until further notice. Please check back regularly for updates.
> 
> Use of this code is at your own risk and discretion. It is advisable to consult with the project owner before deploying or integrating into any critical systems.

## Contributing

While the project's structure is still being finalized, we ask that potential contributors wait for these foundational decisions to be made. We greatly appreciate your patience and are excited to welcome contributions from the community once we are ready. Alternatively, you are welcome to propose functions that should be implemented based on the original YOLO version or suggest other enhancements! 

If you are interested in contributing, please keep an eye on project updates or contact us directly at [[email protected]](mailto:[email protected]) for more information.

## Star History

[![Star History Chart](https://api.star-history.com/svg?repos=WongKinYiu/yolov9mit&type=Date)](https://star-history.com/#WongKinYiu/yolov9mit&Date)

## To-Do Lists
- [ ] Project Setup
    - [X] requirements
    - [x] LICENSE
    - [ ] README
    - [x] pytests
    - [ ] setup.py/pip install
    - [x] log format
    - [ ] hugging face
- [ ] Data proccess
    - [ ] Dataset
        - [x] Download script
        - [ ] Auto Download
        - [ ] xywh, xxyy, xcyc
    - [ ] Dataloder
        - [ ] Data augment
- [ ] Model
    - [ ] load model
        - [ ] from yaml
        - [ ] from github
    - [x] trainer
        - [x] train_one_iter
        - [x] train_one_epoch
    - [ ] DDP
    - [x] EMA, OTA
- [ ] Loss
- [ ] Run
    - [ ] train
    - [ ] test
    - [ ] demo
- [x] Configuration