zsyzzsoft / co-mod-gan

[ICLR 2021, Spotlight] Large Scale Image Completion via Co-Modulated Generative Adversarial Networks
Other
444 stars 67 forks source link

image size problem #53

Open zzz105120 opened 2 years ago

zzz105120 commented 2 years ago

I would like to ask if the size of this image can only be a square or an arbitrary scale

zsyzzsoft commented 2 years ago

The current code only supports a fixed-size square as input. You can also refer to https://github.com/zsyzzsoft/co-mod-gan/issues/41

zzz105120 commented 2 years ago

ok thanks

zzz105120 commented 2 years ago

The current code only supports a fixed-size square as input. You can also refer to #41 Hello, can this network modify the input to an image of any size?