biubug6 / Pytorch_Retinaface

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

Anyone know how to evaluate the performance under specific situation such as blur, illumination, etc? #59

Open tangchen2 opened 4 years ago

tangchen2 commented 4 years ago

Generally, i want to evaluate RetinaFace performance under certain situation according to WiderFace label such as blur, illumination etc. Could i modify the evaluation.py to realize this?

casperthuis commented 4 years ago

The evaluation.py comes from the https://github.com/wondervictor/WiderFace-Evaluation repo. It is a recreation of the matlab code. It guess you can adapt it.