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

About FFHQ 256*256 generator #15

Closed wty-ustc closed 3 years ago

wty-ustc commented 3 years ago

Could you tell me how can you get the 256×256 generator of FFHQ? Did you get from official pretrained model or trained on ffhq dataset(resized to 256×256) from scratch?

ShenYujun commented 3 years ago

We train a new model on FFHQ images (with 256 resolution) from scratch.

wty-ustc commented 3 years ago

Thank you!