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

Error in exporting final image #94

Open throwawayaccer opened 2 years ago

throwawayaccer commented 2 years ago

I was trying to use the inpaint model that yo guys have and the final image is stored in out_np, how do I got this to a picture file that I can download. I tried using cv2, matplotlib, and PIL to accomplish this with no luck. How am I supposed to export out_np as an image?