yu4u / age-gender-estimation

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

train doesn't use detection's result #132

Open gmt710 opened 3 years ago

gmt710 commented 3 years ago

Hello, I found train doesn't use detection's result. But test use it. train.py image

demo.py image

why ? Is the data cropped ?

yu4u commented 3 years ago

Yes, all training images were cropped.