-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add script to evaluate face detection by WIDERFace #70
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me 👍 Please see below for some minor changes. By the way, can you update models/face_detection_yunet/README.md
with the accuracy?
| Models | Easy AP | Medium AP | Hard AP | | ||
|-------------|---------|-----------|---------| | ||
| YuNet | 0.8498 | 0.8384 | 0.7357 | | ||
| YuNet quant | 0.7751 | 0.8145 | 0.7312 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Medium AP is much higher than Easy AP for YuNet quant?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@WanliZhong You can doublecheck with the offcial eval tools of WiderFace
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Merge as is. YuNet will be updated soon. |
* Add script to evaluate face detection by WIDERFace * add the result of YuNet
The script is modified based on WiderFace-Evaluation.