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

How should I denoise an already noisy image #32

Open
pprp opened this issue Mar 18, 2019 · 3 comments
Open

How should I denoise an already noisy image #32

pprp opened this issue Mar 18, 2019 · 3 comments

Comments

@pprp
Copy link

pprp commented Mar 18, 2019

First of all, thank you for your contribution. I have a lot of questions about the function of your project. When testing, I pass an image, then Gaussian blurring, and then denoise the image obtained after Gaussian blurring. How should I denoise an already noisy image?

@yu4u
Copy link
Owner

yu4u commented Mar 18, 2019

In case of Gaussian blur, the noise2noise approach does not work because an expectation of noisy images is not equal to the original image. Please refer to the original paper for details.

@zhushuyun
Copy link

Hi,Did you resolve the problem?I have a question about predicting a noisey image. Can I input a real image with noise to obtain a denoise image?Look forward to your reply.

@pprp
Copy link
Author

pprp commented Dec 31, 2019

@zhushuyun I think most of works is based on artificially added noise. It is hard to get a denoise image while you input a real image with noise.

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

3 participants