Open ghost opened 5 years ago
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) outpil.save('./output/output' + '{}.jpg'.format(i))
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?