wyhuai / DDNM

[ICLR 2023 Oral] Zero-Shot Image Restoration Using Denoising Diffusion Null-Space Model
MIT License
1.16k stars 82 forks source link

About denoising #55

Open Bulinglife opened 1 year ago

Bulinglife commented 1 year ago

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!

wyhuai commented 1 year ago

Hi, you can try superresolution with scale 1: python main.py --ni --config celeba_hq.yml --path_y celeba_hq --eta 0.85 --deg "sr_averagepooling" --deg_scale 1 --sigma_y 0.2 -i celeba_sr_ap_16_n_02 --add_noise or try denoising: python main.py --ni --config celeba_hq.yml --path_y celeba_hq --eta 0.85 --deg "denoising" --deg_scale 1 --sigma_y 0.2 -i celeba_sr_ap_16_n_02 --add_noise

Bulinglife commented 1 year ago

Thank you for replying to my comment on your busy schedule! Next, I will try it. Thank you very much!

Bulinglife commented 1 year ago

Hi, I'm having some problems as shown in the picture, could you give me some solution for it? Thank you very much! 图片1