Why Opencv predict the gender as male most of the time [closed]

asked 2013-12-02 00:49:42 -0600

Nezar gravatar image

I did follow the steps in the Opencv docs, But the result most of the time is male !!!

I'm using Logitech HD Pro Webcam C920 .

Code + images + xml + csv can be downloaded from here

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-10-26 09:25:51.416028

Comments

Yale database is a challenging database due to illumination conditions. Illumination normalization is necessary to cope with these conditions. But I don't think this is the best database to train your classifier. You should train with google images, for example. In http://docs.opencv.org/trunk/modules/contrib/doc/facerec/tutorial/facerec_gender_classification.html the database has 8 male and 5 female, each with 10 images.

albertofernandez gravatar imagealbertofernandez ( 2013-12-02 04:05:58 -0600 )edit