Face based Gender and Age Group Prediction with Camera in Python

Face based Gender and Age Group Prediction with Camera in Python

Abstract:

It appears that CNN for camera-based age and gender prediction is usually trained with RGB color images. However, it is difficult to say that CNN trained with RGB color images always produces good results in an environment where testing is performed with camera rather than with image files. With experiments, we observe that in camera-based testing CNN trained with grayscale images shows better gender and age group prediction accuracy than CNN trained with RGB color images.