arunponnusamy / cvlib

A simple, high level, easy to use, open source Computer Vision library for Python.

Home Page:http://arunponnusamy.com/cvlib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gender detecting all faces as male

mranosa opened this issue · 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!