biubug6 / Pytorch_Retinaface

Retinaface get 80.99% in widerface hard val using mobilenet0.25.
MIT License
2.63k stars 774 forks source link

detect rotated faces #173

Open fisakhan opened 3 years ago

fisakhan commented 3 years ago

In my experience, retinaface cannot precisely locate the 5 landmarks on rotated faces, especially for 90 degrees and more rotation. How to solve that problem without rotating the input image? Or can we find that the face is rotated thats why the landmarks are not good?

saadhimmi commented 1 year ago

Not sure if you still need help but for anyone else ending up here : retraining/finetuning the model with rotation augmentation easily enables you to predict rotated faces