Closed yashkhurana24 closed 9 months ago
Hi, Thank you for your interest in our work
This work is mainly designed to handle real-world noise in RGB domain images, not aiming for synthetic noise. I recommend other better self-supervised denoising methods that aim more for synthetic noise.
Best
Hello, I'm trying to denoise a 2D image. I add synthetic noise as follows:
np.array(np.random.poisson(0.01 * x / 0.1) / 0.01
But the model is unable to denoise the image. Can you give some suggestions?