I refactored this repo with different feature extractor backbones. Refactored model weights perform well on WiderFace "easy" and "medium" but much lower on "hard" samples.
Here is my result when I use MXNet settings with mobilenetv1_0.25 (which is slightly better than current repo results)
Easy Val AP: 0.8978211927262449
Medium Val AP: 0.8843002149567187
Hard Val AP: 0.8228291929972594
This repo results:
Easy: 88.67%
Medium: 87.09%
Hard: 80.99%
However, when I use original image size for widerface evaluation my result for "hard" is worse than this repo:
Easy Val AP: 0.9271427367537788
Medium Val AP: 0.9063996163204728
Hard Val AP: 0.6224058241880429
I refactored this repo with different feature extractor backbones. Refactored model weights perform well on WiderFace "easy" and "medium" but much lower on "hard" samples.
Here is my result when I use MXNet settings with mobilenetv1_0.25 (which is slightly better than current repo results)
This repo results:
However, when I use original image size for widerface evaluation my result for "hard" is worse than this repo:
This repo results:
any suggestions or comments would be helpful. here is my re-implementation as a reference: https://github.com/yakhyo/retinaface-pytorch