DPIR icon indicating copy to clipboard operation
DPIR copied to clipboard

Plug-and-Play Image Restoration with Deep Denoiser Prior (IEEE TPAMI 2021) (PyTorch)

Results 19 DPIR issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/67573223/159154535-07ea549c-28f0-4125-9c15-0d3a885177bb.png) I downloaded icrnn gray pth and loaded to model ircnn but it didn't work. How can I solve it? (What I erased is my private information)

in many images restoration papers and image super resolution papers, the images showed like below, are there any code provided in python or matlab there to do the ZOOM IN...

I have duplicated `main_dpir_sisr_real_applications.py` and pointed it to my images folder. Running this script produces the following error: ```bash k = sr.shift_pixel(k, sf) # shift the kernel AttributeError: module 'utils.utils_sisr'...

Hello Sir.. I don't know what DPIR is. The DPIR is consist of USRNet (training) and inference codes of several type. Right?? Thanks, Edward Cho.

I have environment info docker - pytorch 1.6 python 3.7.7 run : 'python main_dpir_sisr.py' I know that pytorch-fft is necessary. pip install pytorch-fft Collecting pytorch-fft Using cached pytorch_fft-0.15.tar.gz (7.8 kB)...

Hello, Thanks for the amazing work and paper! I know from the paper that the denoiser can be used for regularization of general image restoration tasks. I am curious whether...

Thank you for the code. Which model is used to generate the SR results as shown in the "single image super resolutions, visual comparison figure". In the model zoo (google...

Hello, thank you for this awesome package I would like to train a database with a fits format which folder should I change. Any recommendation please. Thanks

The number of parameters of this UNetRes is much larger than your previous work like DnCNN?