limbee / NTIRE2017

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

Discrepancy #29

Closed alterzero closed 6 years ago

alterzero commented 6 years ago

Is there any discrepancies of PSNR using DIV2K vs Flickr2K vs DIV2K&Flickr2K as training set?

limbee commented 6 years ago

It has negligible effect in PSNR. Flickr2K was only effective in preventing overfitting when we couldn't use flip&rotation augmentation in the unknown scenario.

alterzero commented 6 years ago

Thanks!