GilLevi/AgeGenderDeepLearning

Question Age

Chr-w opened this issue · 4 comments

Chr-w commented

Hello,

Thank you for the model you provided. I was wondering if it was possible to know the exact age with your program because in your article it was indicated. ( It was about exact age and 1-off age)

By 'exact-age' in the paper, we mean the exact age group. The approach in our work was to look at age estimation as a classification problem, trying to classify from different age groups. We didn't take a regression approach that outputs an exact age estimate.

However, given suitable training data for regression, the models we provided can be easily changed to regression (simply replace the last layer with a layer with only one neuron and change the loss to a regression loss).

Chr-w commented

I see, thank your for your help !

Chr-w commented

Hello,

I see that there is some discontinuity regarding the age groups. How can I modify it so as to have a continued age groups ( I want to train it after that ) ?

Hi,

If you have labeled images with different age groups, then simply create the lmdb files and train the model.

Gil