DmitryUlyanov / deep-image-prior

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

In painting implementation #21

Open salemoh opened 6 years ago

salemoh commented 6 years ago

Hi,

I wanted to make sure I understand the algorithm as this is different a bit from typical DNNs. Assume I have two images with similar in-painting on both and I only have prior for one of them, can I train the DNN to remove the in-painting on one and then used the trained network to remove similar in-painting from other images that I don't have a prior to?

Thanks!