From a4a570117520f30ece9a8a41e8e68f151443f77f Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 22 Apr 2018 14:52:16 +0200 Subject: push --- test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test.py') diff --git a/test.py b/test.py index 99f08fd..339b77d 100644 --- a/test.py +++ b/test.py @@ -66,11 +66,11 @@ if __name__ == '__main__': array_a = np.multiply(im, 1/frac) array_b = np.multiply(last_im, (frac-1)/frac) im = np.add(array_a, array_b).astype('int8') - print(im.shape, im.dtype) + # print(im.shape, im.dtype) last_im = tmp_im else: last_im = im.copy() - print(im.shape, im.dtype) + # print(im.shape, im.dtype) image_pil = Image.fromarray(im, mode='RGB') image_pil.save(save_path) os.rename(save_path, final_path) -- cgit v1.2.3-70-g09d2