cszn / IRCNN

Learning Deep CNN Denoiser Prior for Image Restoration (CVPR, 2017) (Matlab)
http://openaccess.thecvf.com/content_cvpr_2017/papers/Zhang_Learning_Deep_CNN_CVPR_2017_paper.pdf
593 stars 172 forks source link

How to upscale a noisy image in your code #16

Closed Paper99 closed 5 years ago

Paper99 commented 5 years ago

Thank you for your replying.

cszn commented 5 years ago

Use Demo_SISR_direct_downsampler_real_application.m to produce the above SISR results.

Paper99 commented 5 years ago

If I want to test your code on benchmark (eg. Set5, Set14). How could I get the results for upscaling the nosiy images? Use Demo_SISR_direct_downsampler_real_application.m or Demo_SISR_direct_downsampler_RGB.m ? Thank you for your replying.