GilLevi / AgeGenderDeepLearning

628 stars 284 forks source link

Age group labels #35

Open alanmcivor1959 opened 5 years ago

alanmcivor1959 commented 5 years ago

The labels for the 8 age groups do not cover all the possible values. What happens to a person whose age falls between two labels. Are they mapped to the closest label, so that the division between groups is half way inbetween.

GilLevi commented 5 years ago

Thank you for your comment, I ignored those cases in my code and training (see lines 80 and 166 in create_train_val_txt_files.py).