genforce / mganprior

[CVPR 2020] Image Processing Using Multi-Code GAN Prior
https://genforce.github.io/mganprior/
289 stars 44 forks source link

How to reconstruct a bedroom image using PGGAN trained on CelebA HQ? #6

Closed hcwang95 closed 4 years ago

hcwang95 commented 4 years ago

Would you mind sharing what is the procedure to do GAN inversion of bedroom image on PGGAN trained on face dataset (Fig.10 in the paper)? The size of the images are different between bedroom and face datasets.

Thanks a lot for the help!

JasonGUTU commented 4 years ago

Hi,

This approach may help: upsample the bedroom images to 1024x1024 with SR methods or even bicubic upsampling.

hcwang95 commented 4 years ago

Got it. Thanks for the reply!