yu4u / age-gender-estimation

Keras implementation of a CNN network for age and gender estimation
MIT License
1.46k stars 502 forks source link

Hi! The face image in folder should be cropped? #136

Open JianhaoZhan opened 3 years ago

JianhaoZhan commented 3 years ago

hello! when run demo.py, the images in the folder should be cropped or not ? Thank you!

yu4u commented 3 years ago

No need to crop. demo.py detects faces and crops them. https://github.com/yu4u/age-gender-estimation/blob/master/demo.py#L102