-
Notifications
You must be signed in to change notification settings - Fork 377
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
How to use dnn_gender_classifier_v1.dat in Python? #39
Comments
@davisking can you take a look at https://github.com/mowshon/age-and-gender I don't have good skill in C++, but did my best for running this code on python. |
Nice, I've seen that you open images directly from the path. You can get some inspiration from this example to make it work with PIL images or numpy arrays directly. https://github.com/arrufat/wallyfinder EDIT: |
@arrufat wow! I realy need this! Thank you! |
@mowshon I'm really glad to see that the models I've released can find a usage... I am working on improving the model for enhancing gender detection for certain ethnic groups that are apparently under-represented in the original database. |
Hello, @davisking !
How to load the
dnn_gender_classifier_v1.dat
in Python ?I can't find alternative for C++
deserialize
in Python.The text was updated successfully, but these errors were encountered: