AgeGenderDeepLearning icon indicating copy to clipboard operation
AgeGenderDeepLearning copied to clipboard

Age group labels

Open alanmcivor1959 opened this issue 7 years ago • 1 comments

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.

alanmcivor1959 avatar Feb 28 '19 02:02 alanmcivor1959

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).

GilLevi avatar Mar 02 '19 13:03 GilLevi