jiangsutx / SRN-Deblur

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

test on kohler dataset #45

Closed SunshineJunFu closed 5 years ago

SunshineJunFu commented 5 years ago

I download kohler dataset from here, where I save images as JPG. Then, I use the following command:

python run_model.py --input_path= xxx --output_path=xxxx

where I use the pretrained model parameters stored at the 523000th step.

After obtaining the deblurring images, I use the ssim and psnr provided by matlab to calculate the quantitative results. The average psnr and ssim are 19.37 and 0.74, respectively.

I am confused at this experimental results. Could you provide some information how to set up the evaluation at Kohler dataset?

noranali commented 1 year ago

@SunshineJunFu hey, i have the same issue . can you help me and tell me how did you solve this problem ?