yu4u / age-gender-estimation

Keras implementation of a CNN network for age and gender estimation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

train doesn't use detection's result

gmt710 opened this issue · comments

commented

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 ?

Yes, all training images were cropped.