Closed QZ-cmd closed 4 years ago
I think the author has done pre-training on coco and then directly training on VOC, so the total training epochs are only 100. If you train directly on VOC, you need to increase the total epoch and Warm UP Epochs, and increase the initial learning rate.
I think the author has done pre-training on coco and then directly training on VOC, so the total training epochs are only 100. If you train directly on VOC, you need to increase the total epoch and Warm UP Epochs, and increase the initial learning rate.
Thanks for your reply
I use yolov3-MobilenetV1 Pre training weight to train 100 epoch,but map only 46.4%(iou=0.5),I want to know what's wrong. thanks