summaryrefslogtreecommitdiff
path: root/recursive.py
diff options
context:
space:
mode:
Diffstat (limited to 'recursive.py')
-rw-r--r--recursive.py1
1 files changed, 1 insertions, 0 deletions
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: