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

if condition bug - inpainting notebook #34

Closed ani0075saha closed 5 years ago

ani0075saha commented 6 years ago

I think there's a bug in the inpainting notebook setup section.

elif 'kate.png' or 'peppers.png' in img_path:

should be replaced by

elif 'kate.png' in img_path or 'peppers.png' in img_path: