pytorch-retinanet
pytorch-retinanet copied to clipboard
How about the performance on coco2014
Thanks for your effective repos. You said
Currently, this repo achieves 33.7% mAP at 600px resolution with a Resnet-50 backbone.
Unfortunately, for resnet-50 my model only reach 28.4% after 25epoch with your default setting. What is wrong?
The same with you. I just reach around 28.9% for resnet-50 backbone after 40 epoch with @yhenon default setting. What's wrong?
Did you evaluate the model using available weights in the readme too? I am curious if by using those weights, the number is 33.7?
My results is 28.5% after 20 epoch, far away from 33.7%, where is the problem?