yu4u / age-gender-estimation

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

is this more accurate than Hassner and Levi's gender esimation? #101

Closed nyck33 closed 4 years ago

nyck33 commented 4 years ago

Just wondering compared to this one: https://talhassner.github.io/home/publication/2015_CVPR

yu4u commented 4 years ago

The network used in that paper is relatively shallow; using deeper network might be better. Anyway, not so much difference in terms of methodology.

nyck33 commented 4 years ago

@yu4u Thanks again for a quick reply!