jiangsutx / SRN-Deblur

Repository for Scale-recurrent Network for Deep Image Deblurring
http://www.xtao.website/projects/srndeblur/srndeblur_cvpr18.pdf
MIT License
709 stars 184 forks source link

test #62

Closed ldlshizhu closed 3 years ago

ldlshizhu commented 3 years ago

Hello, author, sorry to ask you such a basic question. Excuse me, how to calculate psnr with matlab, is the input a picture? How many sets of pictures are used to calculate psnr and ssim?

jiangsutx commented 3 years ago

Use the funtion psnr() in MATLAB. It takes two images as input to calculate the similarity. We test on all testing images in GOPRO dataset.