DmitryUlyanov / deep-image-prior

Image restoration with neural networks but without learning.
https://dmitryulyanov.github.io/deep_image_prior
Other
7.79k stars 1.42k forks source link

Restoring with non-Gaussian noise #47

Open smolsnastya opened 5 years ago

smolsnastya commented 5 years ago

Is it possible to restore image which is corrupted with non-Gaussian noise, e.g. with speckle? I tried using denoising.ipynb, but I got bad results.

Corrupted image: noisy_img

Restored image: restored_750

creatist commented 5 years ago

Did you try more iterations or more channels? I think it is going to learn a better result.

crazygirl1992 commented 4 years ago

hello,i want to know that every differrent images need to train the net repeatly?

crazygirl1992 commented 4 years ago

hello,i want to know that every differrent images need to train the net repeatly? @smolsnastya

smolsnastya commented 4 years ago

Yes, you are right

ktn170830 commented 2 years ago

Could you show me how to upload new image input into the code. Thank you very much