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

Hello author! Can image denoising and enhancement be performed on the following images to enhance their clarity? Thank you! ![image](https://github.com/wyhuai/DDNM/assets/141383792/299017aa-7b94-4cc2-99a6-07dac175f9d4) ![image](https://github.com/wyhuai/DDNM/assets/141383792/b61e8c1c-91ce-42e3-b80e-9bff17e83167)

hi, thanks for sharing such great work in community! Difference tasks have there own degration opreation A in your work ,I wonder if these tasks share the same constraint?

The command I executed was 'python main.py --ni --simplified --config celeba_hq.yml --path_y LR --eta 0.85 --deg "sr_bicubic" --deg_scale 1 --sigma_y 0.1 -i LR02', and it resulted in an error showing...

it seems that only celeba and imagenet dataset used in the paper are provided in the drives 网盘里似乎只有imagenet和celeba的数据集,没有老照片修复的,请问在哪里可以找到呢

There is a way to apply this method on Tiny-ImageNet (64 X 64)? there is an existing model for that, or a new training is necessary?

Hi, I'm having some difficulties and I was wondering what's wrong with this one ![去111](https://github.com/wyhuai/DDNM/assets/101535752/d55735f6-ad7e-4115-a4ae-0c5d3bbe5b1d)

Thanks for the great work ! I used the demo statement you provided and the program runs out quickly, but no results are generated and no errors are reported.

Thanks for the great work ! I’d like to ask how this model can be used for image denoising.How do I run this program? Thank you very much!

If I have a batch of data, which contains different types of data, I want to generate different mask images according to the pixel values of different images, and then...