apchenstu / sofgan

[TOG 2022] SofGAN: A Portrait Image Generator with Dynamic Styling
Other
763 stars 102 forks source link

Your pre-process ffhq and celeba segmaps zip file contain duplicate files #22

Closed Jianhua-Cui closed 3 years ago

Jianhua-Cui commented 3 years ago

Hi, thank you for your amazing work! I found an error in the zip file you provided : "segmaps.zip" from https://drive.google.com/file/d/1_gSENMI5hYj-JTjqtn14PkoLLnEp94oY/view?usp=sharing This zip file contains two directories : "FFHQ" and "CelebAMask-HQ". However, these two directories contain totally duplicate files. It seems that the directory "CelebAMask-HQ" contains wrong content. Could you please provide the pre-processed segmaps for CelebAMask-HQ?

Jianhua-Cui commented 3 years ago

I write my own code to generate segmaps substitute for this Celebamask-HQ dataset. The link is : https://drive.google.com/file/d/1iFIbqo_cU558oY2fEVb-iFXLLtSFW1JX/view?usp=sharing Note that CelebAMask-HQ does not contain "l_nose" and "r_nose" categories, but only one "nose" category. So I set the index of the "nose" category to 6, the same as "r_nose" in FFHQ. If anyone uses these segmaps, I'm very glad to be pointed out.

apchenstu commented 3 years ago

updated it, thanks for pointing it out!