We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
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
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
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
Sorry, something went wrong.
Thank you for replying to my comment on your busy schedule! Next, I will try it. Thank you very much!
Hi, I'm having some problems as shown in the picture, could you give me some solution for it? Thank you very much!
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: