arunponnusamy/cvlib

gender detecting all faces as male

Opened this issue · 2 comments

Hello,

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

Is this expected?

Cheers!

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.

Awesome! Thanks!