DDNM icon indicating copy to clipboard operation
DDNM copied to clipboard

[ICLR 2023 Oral] Zero-Shot Image Restoration Using Denoising Diffusion Null-Space Model

Results 42 DDNM issues
Sort by recently updated
recently updated
newest added

First, thanks for the contributions! I was wondering how to denoise images with specific noise, like gaussian/poisson/speckle ? In #55 About denoising, I used the code : `python main.py --ni...

Hi, When I execute the following command on a blurry image: `python main.py --ni --config imagenet_256_cc.yml --path_y ../../../artifacts_dataset/small_dataset/val/0145.jpg --eta 0.85 --deg "deblur_gauss" --deg_scale 2.0 --sigma_y 0.1 -i demo` I get...

Dear Author, Greetings to you. Firstly, please accept my heartfelt appreciation for kindly providing such excellent code. Moving forward, I have a query that emerged while perusing both the readme...

Hello, I'm currently working with your SR processing tool and have a question regarding its usage with custom images. According to the README.md, the process involves degrading images before applying...

The work is great!! But when I ran your code, I found that in the image colorization task, many images were unsaturated and unsatisfactory. Is this normal?

huggingface demo fail, error, help!

Thank you again for your contribution. I have a few questions and hope you can help me answer them: 1. I see that you have provided a link to the...

Hello, thank you very much for the author can open source such an excellent algorithm model, but I have a few questions to consult you: I have found that using...

Thank you for your work. I'm also curious about the calculation of the Consistency metric and SSIM. Would it be possible for you to provide the code for these metrics?