diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 09:21:43 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-17 09:21:43 +0200 |
| commit | 9467998d18246acb60d76349826b2e8ebaedfe9c (patch) | |
| tree | b821dfca3343aa62bf32e38ea637226af6512cc3 /recursive.py | |
| parent | 7c437fca5f00252af4cee9541460a2c36281fbe6 (diff) | |
args
Diffstat (limited to 'recursive.py')
| -rw-r--r-- | recursive.py | 1 |
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: |
