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 output from the model is over-smoothed. Can you give some suggestions?
from left to right: original, noisy, model_output
