arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.
http://arunponnusamy.com/cvlib/
MIT License
647 stars 127 forks source link

gender detecting all faces as male #26

Open mranosa opened 4 years ago

mranosa commented 4 years ago

Hello,

I am currently using your implementation against a webcam, and currently its detecting both male and female as MALE.

Is this expected?

Cheers!

arunponnusamy commented 4 years ago

Hi @mranosa, the model was trained with very small dataset. Right now it's not really accurate. For time being, have a look at this post. https://www.learnopencv.com/age-gender-classification-using-opencv-deep-learning-c-python/ I am working on integrating this into cvlib. Will update this thread once it's done.

mranosa commented 4 years ago

Awesome! Thanks!