I followed the instructions in the README and trained faceboxes against WIDER-FACES and after 300 epochs (14 hrs, Titan V) I end up with 98.55% vs. the pretrained model with 98.47%.
For Pascal, I get 97.05%, which is higher than both your pretrained model and the original paper.
I also noticed the yoffset you use (20% of the box height) affects the accuracy a fair bit. Changing it to 30% of box height increased Pascal to 97.10%. I notice other variants of faceboxes use + 4, which doesn't work as well. Why is this offset in there?
Is this explained solely by a newer version of Pytorch (v1.0.1) or you did not get to 300 epochs?
I followed the instructions in the README and trained faceboxes against WIDER-FACES and after 300 epochs (14 hrs, Titan V) I end up with 98.55% vs. the pretrained model with 98.47%.
For Pascal, I get 97.05%, which is higher than both your pretrained model and the original paper.
I also noticed the yoffset you use (20% of the box height) affects the accuracy a fair bit. Changing it to 30% of box height increased Pascal to 97.10%. I notice other variants of faceboxes use + 4, which doesn't work as well. Why is this offset in there?
Is this explained solely by a newer version of Pytorch (v1.0.1) or you did not get to 300 epochs?