xinntao / ESRGAN

ECCV18 Workshops - Enhanced SRGAN. Champion PIRM Challenge on Perceptual Super-Resolution. The training codes are in BasicSR.
https://github.com/xinntao/BasicSR
Apache License 2.0
5.94k stars 1.06k forks source link

How to change the function of increasing resolution to increasing the scale of the generated image #142

Open catyoyo opened 2 weeks ago

catyoyo commented 2 weeks ago

Hello authors, I think SRGAN is somewhat in line with my research, and I would like to modify the functionality of SRGAN so that it can generate larger-scale images instead of increasing resolution.For example, a 2m2m rock image is generated based on a 2cm2cm rock training dataset.What code should I modify to meet my needs? Thank you