deep-image-prior icon indicating copy to clipboard operation
deep-image-prior copied to clipboard

How should I save the image to harddisk ?

Open ghost opened this issue 5 years ago • 2 comments

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?

ghost avatar Aug 18 '19 22:08 ghost

same request here

ABDOELSHEMY avatar Aug 19 '19 10:08 ABDOELSHEMY

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))

YeHuanjie avatar Nov 03 '21 06:11 YeHuanjie