πŸ”§ Dependencies and Download

  • NVIDIA GPU + CUDA >=11.2
  • Linux Ubuntu 20.05

Download

We now provide a set of user-friendly test procedures and test sets used for experiments, Include two sets of Real-world blurred image and eight sets of Synthetic blurred image.

Provided Documents Hierarchical Directory :

​```
# First
β”œβ”€β”€Readme.md/ 

# Second
β”œβ”€β”€Demo_help.mp4/  #Simple software usage demo

# Third
β”œβ”€β”€run_view/    #Display software package
  β”œβ”€β”€ run_view  #This is an exe file
  β”œβ”€β”€ ......
  
# Fourth
β”œβ”€β”€Test_Dataset/  #Experimental test set
  β”œβ”€β”€ Real-World  #Each dataset includes a subfile of blur
     β”œβ”€β”€ real_img_al
     β”œβ”€β”€ real_img
  β”œβ”€β”€ Synthetic  #Each dataset includes two sub-files, blur and gt(The ground truth)
     β”œβ”€β”€ CelebA
     β”œβ”€β”€ CelebA_al
     β”œβ”€β”€ FFHQ
     β”œβ”€β”€ Helen
     β”œβ”€β”€ Helen_al
     β”œβ”€β”€ LFW
     β”œβ”€β”€ MultiPIE
     β”œβ”€β”€ VGGFace
​```

If you try to run the demo, you can follow the steps below.

  1. Enter the View directory and run the run_view file

    cd run_view
    ./run_view
  2. Choose dataset path

    • Input Option: Blurred image path and The ground truth path.

    • Output Option: Deblurred results save root directory.

      Ps: The generated image will be saved in the automatically generated Deblurred directory.

      Tips

      • Real-World do not have GT(the ground truth) image, so its GT path can be replaced by blurred image path.
      • You can view all deblurred images in the result save directory to avoid missing the display process.