(Official implementation)
Paper: https://arxiv.org/abs/1909.06581
Project page: http://www.wisdom.weizmann.ac.il/~vision/kernelgan/
Accepted NeurIPS 2019 (oral)
To run KernelGAN on all images in <input_image_path>:
python train.py --input-dir <input_image_path>
This will produce kernel estimations in the results folder
--X4
: Estimate the X4 kernel
--SR
: Perform ZSSR using the estimated kernel
--real
: Real-image configuration (effects only the ZSSR)
--output-dir
: Output folder for the images (default is results)
Download the DIV2KRK dataset: dropbox
Reproduction code for your own Blind-SR dataset: github