From 9467998d18246acb60d76349826b2e8ebaedfe9c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 17 Jun 2018 09:21:43 +0200 Subject: args --- recursive.py | 1 + 1 file changed, 1 insertion(+) (limited to 'recursive.py') diff --git a/recursive.py b/recursive.py index 3e24e19..61c5f62 100644 --- a/recursive.py +++ b/recursive.py @@ -44,6 +44,7 @@ start_img_path = os.path.join(render_dir, "frame_00000.png") copyfile(opt.start_img, start_img_path) for i, data in enumerate(dataset): + print("iter...{}".format(i)) if i >= opt.how_many: break if opt.data_type == 16: -- cgit v1.2.3-70-g09d2