diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-04-22 14:10:11 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-04-22 14:10:11 +0200 |
| commit | 175402e48177f64437b835110d9641c266f78939 (patch) | |
| tree | 59d99f4518663ea69b12a75fe3a5a489481ed630 | |
| parent | c5b08da3ff4f288aa7f5a0084f668cff8c33f007 (diff) | |
push
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,7 @@ if __name__ == '__main__': # image_pil.save(save_path) # copyfile(save_path, final_path) if i < 1: - print(type(x).__name__) + print(type(im).__name__) im /= 2 tmp_im = np.copy(im/2) im += last_im |
