neverUseThisName / Decorrelated-Adversarial-Learning

This is an unofficial implementation for the 2019 ICCV paper 'Decorrelated Adversarial Learning for Age-Invariant Face Recognition' from Tencent AI Lab
38 stars 15 forks source link

Some questions about data sets #2

Open blackantywj opened 4 years ago

blackantywj commented 4 years ago

Hello! How did you deal with the lack of age tags in VGGFace2? Can you please tell me what other data sets you used in addition to VGGface2 in the mixture? Looking forward to your reply, thank you very much!

neverUseThisName commented 4 years ago

If true age labels are not available, I used DEX (https://github.com/siriusdemon/pytorch-DEX) age prediction network to predict apparent ages. There are some other methods you can try out.