summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.py b/test.py
index e43d293..f89b432 100644
--- a/test.py
+++ b/test.py
@@ -61,6 +61,7 @@ if __name__ == '__main__':
# image_pil.save(save_path)
# copyfile(save_path, final_path)
if i < 1:
+ print(type(x).__name__)
im /= 2
tmp_im = np.copy(im/2)
im += last_im