switchablenorms / CelebAMask-HQ

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

How can I get the label map of the CelebAMask-HQ ? #31

Closed DequanZhu closed 4 years ago

DequanZhu commented 4 years ago

Where can I get the label map of the faces, I need it to train my own models,can you share it with me ?

steven413d commented 4 years ago

Hi, the label maps of the faces are available on the front page (you can download it).

DequanZhu commented 4 years ago

Hi, the label maps of the faces are available on the front page (you can download it).

I download the CelebA-HQ datasets, but only one image one face part and it's difficult for me to merge them. So where to download the complete face label maps?

steven413d commented 4 years ago

Please utilize face_parsing/Data_preprocessing/g_mask.py to merge the masks firstly.

DequanZhu commented 4 years ago

Please utilize face_parsing/Data_preprocessing/g_mask.py to merge the masks firstly.

Ok,thank you