yu4u / age-gender-estimation

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

about data preprocessing #121

Closed CaichaoGitHub closed 4 years ago

CaichaoGitHub commented 4 years ago

i tried to finetune your pretrain-model on wiki dataset , with lr 0.001 and data aug i achived 85% accuray on fg-net

i found your code not normalized image to range (0,1) , is it ok ?

specially, i found mae is about 8 while age is less than 10, mae is about 7 while age is less than 15, total mae is about 4

and more, how to improve the model's performance ?