limbee / NTIRE2017

Torch implementation of "Enhanced Deep Residual Networks for Single Image Super-Resolution"
652 stars 146 forks source link

Single channel picture in set14 #33

Closed qingchuanhuajuan closed 5 years ago

qingchuanhuajuan commented 6 years ago

There is a picture (bridge) in set 14 that is single-channel, but the trained model requires that the input picture be three-channel. How did you solve this problem in the experiment?

limbee commented 5 years ago

For the single-channel image, we concatenate 3 times to make 3-channels image.