JDAI-CV / FaceX-Zoo

A PyTorch Toolbox for Face Recognition
https://arxiv.org/pdf/2101.04407.pdf
Other
1.85k stars 433 forks source link

Missing files for AgeDB dataset #49

Open TMaysGGS opened 3 years ago

TMaysGGS commented 3 years ago

Hi authors,

Thanks so much for your work, which helps me a lot for constructing a complete custom face recognition training pipeline.

I want to ask about the evaluation on AgeDB dataset, since the link you displayed on the page (https://ibug.doc.ic.ac.uk/resources/agedb/) only includes the pictures while the pair list files & landmark files are missing. So I wonder if you can upload the missing files, which I woud be very grateful.

BTW, have you tried CFP_FP dataset as one of the verification sets? It seems that there are only .rec files for MXNet framework available online but I have seen a lot of papers that includes this dataset as a metric, just like LFW and AgeDB.

khawar-islam commented 2 years ago

@TMaysGGS Do you have any idea how to create a .bin file for testing? I bought the MORPH dataset and I want to test it.

TMaysGGS commented 2 years ago

@TMaysGGS Do you have any idea how to create a .bin file for testing? I bought the MORPH dataset and I want to test it.

Do you mean how to read the data? Sry I have no idea about that I just the customized reader in PairsParser.