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

How to save result to file inside inpainting script. #48

Open AlexanderKozhevin opened 5 years ago

AlexanderKozhevin commented 5 years ago

I was able to save file using. But some reason image is black and white only with low quality. Should I specify color scheme or smth?

imageio.imwrite('astronaut-gray.png', out_np[0])