- NVIDIA GPU + CUDA >=11.2
- Linux Ubuntu 20.05
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.
-
Enter the View directory and run the run_view file
cd run_view ./run_view
-
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.
-