brade31919 / SRGAN-tensorflow

Tensorflow implementation of the SRGAN algorithm for single image super-resolution
MIT License
849 stars 282 forks source link

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

Open catyoyo opened 1 month ago

catyoyo commented 1 month 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