yu4u / noise2noise

An unofficial and partial Keras implementation of "Noise2Noise: Learning Image Restoration without Clean Data"
MIT License
1.07k stars 237 forks source link

How should I denoise an already noisy image #32

Open pprp opened 5 years ago

pprp commented 5 years ago

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 commented 5 years ago

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 commented 4 years ago

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 commented 4 years ago

@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.