tegg89 / SRCNN-Tensorflow

Image Super-Resolution Using Deep Convolutional Networks in Tensorflow https://arxiv.org/abs/1501.00092v3
MIT License
590 stars 280 forks source link

want to enlarge the image by 4x #23

Open nobody-cheng opened 6 years ago

nobody-cheng commented 6 years ago

How the model should be set up
want to enlarge the image by 4x

matt-dong commented 6 years ago

Change the scale in FLAGS of main.py to scale=4 instead of scale=3.