switchablenorms / CelebAMask-HQ

A large-scale face dataset for face parsing, recognition, generation and editing.
2.04k stars 343 forks source link

where is the identity labels? #72

Open liu-sl opened 3 years ago

liu-sl commented 3 years ago

CelebAMask-HQ/face_parsing/Data_preprocessing/g_partition.py s_label = 'CelebAMask-HQ-label' what is "CelebAMask-HQ-label"?

rv-gonela commented 3 years ago

change 'CelebAMask-HQ-label' to 'CelebAMask-HQ-mask' in line 8 of 'g_partition.py' and correct the typo in line 11 of 'g_mask.py'. This made it work for me.