varunagrawal / tiny-faces-pytorch

Finding Tiny Faces in PyTorch
MIT License
164 stars 44 forks source link

Is this accuracy the same as the original matlab version? #2

Closed haoxuhao closed 5 years ago

haoxuhao commented 5 years ago

Hello, thanks for your wonderful and beautiful implementation of the tiny face. I want to know the accuracy is the same as the original or not.

varunagrawal commented 5 years ago

I still need to implement the validation code to generate the results so we can check for accuracy against the provided toolkit. I'll get around to it next week, so I'll keep this issue open till then!

feixiangdekaka commented 5 years ago

I still need to implement the validation code to generate the results so we can check for accuracy against the provided toolkit. I'll get around to it next week, so I'll keep this issue open till then!

I will always waiting for your nice job! Thank you!

varunagrawal commented 5 years ago

Okay, I did a major refactor and should be able to train the model this weekend, as well as get the validation code up and running. Expect results this weekend!

varunagrawal commented 5 years ago

Okay I can officially confirm that as per the latest master, the results are pretty close to that of the paper. The paper reports a hard set mAP of 0.909 and I get 0.87. Similar results for medium and easy sets.