jmiller656 / EDSR-Tensorflow

Tensorflow implementation of Enhanced Deep Residual Networks for Single Image Super-Resolution
MIT License
330 stars 107 forks source link

How to enlarge the picture 4 double #23

Closed nobody-cheng closed 5 years ago

nobody-cheng commented 6 years ago

How to enlarge the picture 4 double

jmiller656 commented 5 years ago

There are a couple of ways you can do this:

1: train a model with argument --scale 4 2: train a 2x scale model and run on the image once, then again on the result (I don't recommend this)