This repository is a PyTorch implementation of the paper:
Deep Wiener Deconvolution: Wiener Meets Deep Learning for Image Deblurring
Jiangxin Dong, Stefan Roth, and Bernt Schiele
To appear at NeurIPS 2020 (Oral Presentation)
Please proceed to their official implementation code page for original codes. [Official Page]
Compatible with Python 3
Main requirements: PyTorch newest version as of 2023 Jan
To install requirements:
pip install torch torchvision
pip install -r requirements.txt