Prinsphield / ELEGANT

ELEGANT: Exchanging Latent Encodings with GAN for Transferring Multiple Face Attributes
https://arxiv.org/abs/1803.10562
MIT License
262 stars 42 forks source link

is there any pre-trained models #4

Closed gaoyangyiqiao closed 6 years ago

gaoyangyiqiao commented 6 years ago

The data for training is large. Is there a pre-trained model?

Prinsphield commented 6 years ago

The celeba dataset is less than 5 GB, which is not very large. I do not provide pre-trained model.

gaoyangyiqiao commented 6 years ago

Do you mean this? Maybe things got changed, it is more than 20G and the dir is different from what you wrote.

Prinsphield commented 6 years ago

The tar file of cropped and aligned images is less than 5gb, but the original one is much larger. I have provided the preprocess.py for preprocessing the original images. So you might have to download the original celeba dataset. Sorry!

gaoyangyiqiao commented 6 years ago

Thanks a lot.