DmitryUlyanov / deep-image-prior

Image restoration with neural networks but without learning.

Home Page:https://dmitryulyanov.github.io/deep_image_prior

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in exporting final image

throwawayaccer opened this issue · comments

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?