IrvingMeng / MagFace

MagFace: A Universal Representation for Face Recognition and Quality Assessment, CVPR2021, Oral
Apache License 2.0
618 stars 86 forks source link

Is there a mapping list between ijbc_face_tid_mid.txt and original-dataset-from-Janus's file ijbc_metadata_with_age.csv #50

Closed arunsubk closed 2 years ago

arunsubk commented 2 years ago

Hi Irving/All,

Is there image name mapping between the two files ijbc_face_tid_mid.txt and ijbc_metadata_with_age.csv? The reason is, for the same image, I want alignment coordinates (from ijbc_name_5pts_score.txt which has one-one mapping with ijbc_face_tip_mid.txt) from the file ijbc_face_tid_mid.txt metadata from the ijbc_metadat_with_age.csv file. Template_id/Sighting_id isn't helping alone as multiple sighting_ids are possible.

Thanks,

arunsubk commented 2 years ago

While such a mapping above would be nice, I moved ahead by abandoning my need for landmarks provided in ijbc_name_5pts_score.txt , instead getting my own landmarks for the cropped images using mtcnn, and thus performing alignment over the original IJB-C data/meta-data (ijbc_metadat_with_age.csv)