XingangPan / GAN2Shape

Code for GAN2Shape (ICLR2021 oral)
https://arxiv.org/abs/2011.00844
MIT License
571 stars 104 forks source link

StyleGAN2 pretrained weights #9

Closed FrancisYu2020 closed 3 years ago

FrancisYu2020 commented 3 years ago

Hi Xingang,

To get the latent file I checked the GitHub repo you referred to and thanks for letting us know such a good resource. But currently, I have some trouble with styleGAN2 pre-trained weights in PyTorch. I somehow could not run the convert_weight.py in that repo and I searched a lot only to find a reliable pretrained PyTorch weights on FFHQ dataset. So would you mind sharing the converted styleGAN2 weights on datasets that you used in your paper? I would really appreciate it. Thanks in advance!

XingangPan commented 3 years ago

@FrancisYu2020 The provided script sh scripts/download.sh would download the StyleGAN2 weights in our experiments.

FrancisYu2020 commented 3 years ago

Sorry for asking a dumb question. I didn't realize it was already there hmmmm.... Thanks a lot!