YOLO / yolo /config /config.yaml
henry000's picture
🚚 [Move] All model code to yolo/
1197f7d
raw
history blame
168 Bytes
hydra:
run:
dir: ./runs
defaults:
- data: coco
- download: ../data/download
- augmentation: ../data/augmentation
- model: v7-base
- hyper: default
- _self_