wyhuai / DDNM

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

About denoising #55

Open Bulinglife opened 11 months ago

Bulinglife commented 11 months 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 11 months 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 11 months ago

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

Bulinglife commented 11 months 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