Open bmartacho opened 3 years ago
I have been using the pre-trained model, but differently than the w32, it results in a lower score
I cloned the code and tested the model recently, and the result is the same as the paper. You can use the default parameters and the original code to test it.
Thanks for sharing your work.
I was able to replicate your results using the w32 weights for COCO, but when using the w48 model, the model doesn't perform over 40% mAP with the pre-trained weights or trying to re-train it. Do you have other correct weights for it or should I use a different protocol for training?
Thank you