diff options
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,7 @@ if __name__ == '__main__': # image_pil = ImageOps.expand(image_pil, p) # image_pil.save(save_path) # copyfile(save_path, final_path) - if i < 1: + if i > 0: im = np.divide(im, 2) tmp_im = im.copy() im = np.add(im, last_im) |
