Skip to content

Latest commit

 

History

History
 
 

Motion_Deblurring

Evaluation

Download the model and place it in ./pretrained_models/

Testing on GoPro dataset

  • Download images of GoPro and place them in ./Datasets/test/GoPro/
  • Run
python test.py --dataset GoPro

Testing on HIDE dataset

  • Download images of HIDE and place them in ./Datasets/test/HIDE/
  • Run
python test.py --dataset HIDE

Testing on RealBlur-J dataset

  • Download images of RealBlur-J and place them in ./Datasets/test/RealBlur_J/
  • Run
python test.py --dataset RealBlur_J

Testing on RealBlur-R dataset

  • Download images of RealBlur-R and place them in ./Datasets/test/RealBlur_R/
  • Run
python test.py --dataset RealBlur_R

To reproduce PSNR/SSIM scores of the paper on GoPro and HIDE datasets, run this MATLAB script

evaluate_GOPRO_HIDE.m 

To reproduce PSNR/SSIM scores of the paper on RealBlur dataset, run

evaluate_RealBlur.py