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
589 stars 173 forks source link

About the PSNR and SSIM #18

Closed chenmeiya closed 5 years ago

chenmeiya commented 5 years ago

I run the code for denoise, and the PSNRs and SSIMs are different from those in the paper. For example, the test dataset is DSB68(gray) with the noise level 15. The mean PSNR I tested was 28.67 and the mean PSNR presented in the paper is 31.63. Are there any problems with the test code? Or what mistakes I made? If I have made some mistakes, could you help me to solve it? Thanks a lot.