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

loss function on the inpaiting notebook with the groundtruth image on it #105

Open PabloMesas opened 1 year ago

PabloMesas commented 1 year ago

There is an error on the inpaiting notebook. Because on the loss function (MSE) you use the corrupted image and also the ground truth img_var) image, so the model is always learning knowing the final image.