YOLO / README.md
lucytuan's picture
πŸ“ [Update] push testing
fa73512
|
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