deep-image-prior
deep-image-prior copied to clipboard
How should I save the image to harddisk ?
I am trying to run Inpainting It works very well. How should I save the repair done and save the original resolution image to the hard drive?
same request here
here is my code: out_np = torch_to_np(out) out_pil = np_to_pil(out_np) out_pil.save('./output/output' + '_{}.jpg'.format(i))