Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

About denoising #55

Open
Bulinglife opened this issue Oct 11, 2023 · 3 comments
Open

About denoising #55

Bulinglife opened this issue Oct 11, 2023 · 3 comments

Comments

@Bulinglife
Copy link

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
Copy link
Owner

wyhuai commented Oct 11, 2023

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
Copy link
Author

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

@Bulinglife
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants