This repository offers the retrained version of KPAC network using the training strategy mentioned in the following paper.
Learning to Deblur using Light Field Generated and Real Defocused Images
Lingyan Ruan*, Bin Chen*, Jizhou Li, Miuling Lam (* equal contribution)
IEEE Computer Vision and Pattern Recognition (CVPR Oral) 2022
The orignial KPAC-Net can be found Here .
Notes: the code may also work with other library versions that didn't specify here.
Table 4 in our main paper.
Clone this project to your local machine
$ git clone https://github.com/lingyanruan/KPAC-Net.git
$ cd KPAC-Net
Download and unzip pretrained weights under ./ModelCheckpoints/
:
Download and unzip test sets DPDD under folder ./DPD/
python Eval.py
Should you have any questions, please open an issue or contact me [email protected]
This software is being made available under the terms in the LICENSE file.