mit-han-lab / anycost-gan

[CVPR 2021] Anycost GANs for Interactive Image Synthesis and Editing
https://hanlab.mit.edu/projects/anycost-gan/
MIT License
776 stars 98 forks source link

low-resolution output image looks unnatural #7

Closed BruceLeeeee closed 3 years ago

BruceLeeeee commented 3 years ago

I find low-resolution outputs image(below 128 size) looks unnatural. According to Figure 4b, the low-resolution output should look natural too but is similar to vanilla StyleGAN2 output.

tonylins commented 3 years ago

Hi, as stated in the paper, we train our models to support four resolutions from the highest: in figure 4b (ablation study), the highest resolution is 256, so the resolution range is 32-256; For the released model, the highest resolution is 1024, so the resolution range is 128-1024.

We find that resolutions below 128 are too blurry for preview, which may not be very useful.