From 3dbb390f4d249e6eaf3fbf1afa401369c3582b64 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 15 May 2018 05:15:47 +0200 Subject: testy --- test-mogrify.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'test-mogrify.py') diff --git a/test-mogrify.py b/test-mogrify.py index d181ddf..787f07d 100644 --- a/test-mogrify.py +++ b/test-mogrify.py @@ -90,7 +90,6 @@ if __name__ == '__main__': img = cv2.Canny(img, data_opt.canny_lo, data_opt.canny_hi) if processed is False: - print("No processing occurred.") return img src_img = im[:, :, ::-1].copy() @@ -178,8 +177,11 @@ if __name__ == '__main__': tmp_path = render_dir + "frame_{:05d}_tmp.png".format(i+1) edges_path = render_dir + "frame_{:05d}.png".format(i+1) render_path = render_dir + "ren_{:05d}.png".format(i+1) + print(render_path) + print(edges_path) if A_dir is not None: sequence_path = A_dir.format(A_offset+i+1) + print(sequence_path) # A_offset # save rendered image -- cgit v1.2.3-70-g09d2