switchablenorms / CelebAMask-HQ

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

Why do I find only Celeb-HQ-img in the .zip file downloaded from BaiduPan, but no mask images? #7

Open lyhangustc opened 5 years ago

lyhangustc commented 5 years ago

Why do I find only Celeb-HQ-img in the .zip file downloaded from BaiduPan (3.08G), but no mask images? The .zip file in Google Drive seems the same as the one in BaiduPan (same size). Where can I get the mask image/information?

The directories in .zip file are organized as: --CelebAMask-HQ ----CelebA-HQ-img ------xxx.jpg ------xxx.jpg ------.... ------....

liuziwei7 commented 5 years ago

The mask annotations are placed inside the folder "./CelebAMask-HQ/CelebAMask-HQ-mask-anno".

lyhangustc commented 5 years ago

The mask annotations are placed inside the folder "./CelebAMask-HQ/CelebAMask-HQ-mask-anno".

I did not find "./CelebAMask-HQ/CelebAMask-HQ-mask-anno" on Windows 10, only "./CelebAMask-HQ/CelebA-HQ-img". However, I exacted .zip file on a linux server and then I found both.

It is so strange.

Thanks.