train.sh 524 B

123456789101112131415161718
  1. # Train FreeYOLO
  2. python train.py \
  3. --cuda \
  4. -d voc \
  5. --root /mnt/share/ssd2/dataset/ \
  6. -m yolov1 \
  7. -bs 16 \
  8. -size 640 \
  9. --wp_epoch 1 \
  10. --max_epoch 150 \
  11. --step_epoch 90 120 \
  12. --eval_epoch 10 \
  13. --ema \
  14. --fp16 \
  15. --multi_scale \
  16. # --resume weights/coco/yolo_free_vx_pico/yolo_free_vx_pico_epoch_41_20.46.pth \
  17. # --pretrained weights/coco/yolo_free_medium/yolo_free_medium_39.46.pth \
  18. # --eval_first