coco_train_script.py params to train YOLO V7 W6 model close to the original model provided #148
Replies: 3 comments 2 replies
-
Just try a basic run with totally 16 epochs: python3 ./coco_train_script.py -p adamw -b 16 -i 512 -D yolov7.YOLOV7_W6 --rescale_mode raw01 \
--lr_decay_steps 15 --lr_cooldown_steps 1 --lr_warmup_steps 3 I've just finished 3 warmup epochs, and the Ya, COCO training still cannot match with original version... |
Beta Was this translation helpful? Give feedback.
-
Just wanted to update, tried the following as a result on iteration 75 got to Now trying with 180 epochs and looking for any ideas with which params to play with Thank you |
Beta Was this translation helpful? Give feedback.
-
Thanks for your detailed results, and it's a good reference! Sorry for the late reply, just back from a vacation. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I'd like to train YOLO V7 W6 from scratch to be close accuracy wise (and have the same architecture in terms of anchors etc) to the provided converted model. Does anyone know which params should I provide to coco_train_script.py script for that? I understand that original performance might not be achievable but I want to have a "reasonable" start.
Thank you very much for help.
Beta Was this translation helpful? Give feedback.
All reactions