-
Notifications
You must be signed in to change notification settings - Fork 773
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
Gender reversal bug #135
Comments
Unfortunately it isn't the quick fix I thought it would be. Looks like the algorithm is simply getting worse accuracy than it used to (down to ~86% from ~95%): Overall Accuracy = 0.864375 @ericwhyne You might need to revert to the 0.4, or even 0.3, release for the time being. |
I don't remember, so presumably it was still 90-something. |
Well after some work with git bisect, I can say that 1. bad submodule refs were pushed like 3 times in early August, and 2. in between those breaks, the real culprit was e9c9e03 @imaus10: is my read correct that that commit transposes the order in which points are added? If so I think that's a reasonably clear compatibility break. Anyway I re-trained gender classification and that is back to ~95% so, I will train age estimation and face recognition again, and push that later. |
Yikes, it's amazing we weren't getting 50% accuracy! Thanks for looking into and fixing this. @imaus10 it's good that you identified and fixed the bug in e9c9e03, just be aware that when you change the behavior of existing plugins it may have ramifications on the pre-trained algorithms, so you should inform the owner of the plugin before pushing the change. Or perhaps you did and I signed off on the change, in which case I'm to blame :) |
@ericwhyne: Please try using the updated models from commit fea31bb |
@jklontz Got it, sorry for the mix up. |
Closing, re-open if you believe there is still an issue. |
Thanks! I haven't gotten back around to this part of the project yet but I R/ On Mon, Dec 2, 2013 at 1:39 PM, caotto [email protected] wrote:
|
Hi Caotto, I am having the same problem, I am a mac user, I cloned and installed from https://github.com/biometrics/openbr.git Do you know how can I merge the commit that has your fix? Thank you, Jorge |
actually it seems like I do have that commit: However, I do get Female all the time. Thank you, Jorge |
Can you share an example image on the mailing list? |
Openbr seems to consistently get the gender wrong. Josh Klontz has seen same behaviour and believes there's a bug in the master branch causing gender reversals.
re: mailing list Thu, Nov 21, 2013 at 11:26 AM, Eric Whyne
Here's the script I've been using to take an image and output a single word gender. I give it cropped faces and reverse it's output.
The text was updated successfully, but these errors were encountered: