genforce / idinvert_pytorch

[ECCV 2020] In-Domain GAN Inversion for Real Image Editing (PyTorch code)
https://genforce.github.io/idinvert/
MIT License
407 stars 54 forks source link

Will you release the model trained on CelebA-HQ? #8

Open gsygsy96 opened 3 years ago

gsygsy96 commented 3 years ago

Thanks.

ShenYujun commented 3 years ago

Sorry, but for face inversion, we only use the model trained on FF-HQ.

gsygsy96 commented 3 years ago

Thanks for your reply! And can you tell me the test split of FFHQ and LSUN you used in your paper?

zhujiapeng commented 3 years ago

For FFHQ, we used the first 65k images as the training dataset and the last 5k images as the test datasets. For LSUN (tower and bedroom), we randomly sampled 100k images from the first 600k images in each dataset and sampled the test data from the rest.