-
Notifications
You must be signed in to change notification settings - Fork 13.6k
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
Face gender sample code #449
Comments
Thanks for sharing your code. This kind of feature extractor approach could be useful to people doing all sorts of different things. |
Thank you @cftang0827 :) Thats so sweet :) May i know the accuracy of your classifier ? |
Hi, here is the evaluation metric
And you can also see it on my github, due to the lack of Asian face data, so the accuracy is not so high compare with other DNN approach. I think the accuracy could be improved by using neuron network, or using image augmentation to gain more data. Thank you :) |
Description
Hi, thanks for ageitgey and dlib's excellent API.
I am doing a face gender classifier by using face_encodings as a feature extractor and scikit-learn SVM. Here is my code. The code and pretrained model is provided, feel free to use it.
What I Did
Sample code
The text was updated successfully, but these errors were encountered: