jmiller656 / EDSR-Tensorflow

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

Upsampling for not integer multiple? #25

Closed cscyangj closed 5 years ago

cscyangj commented 6 years ago

How can we get image be upsampled for not integer multiple, such as 480P to 720P, which is 1.5X? Seems need to re-design the network?

jmiller656 commented 5 years ago

Right now, this method only works for integer multiples of resolution. As I'm only providing an implementation of the work in this paper, I'm not going to be redesigning the network in order to do this.