diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 03:23:09 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-05-21 03:23:09 +0200 |
| commit | 8b6d40b3e1cc2a7164145142be2c00afd99e2ba6 (patch) | |
| tree | 0cf38052fe4a3a402edf1775d3c81a4ae9481a81 | |
| parent | f7f8c6a9a3e889a757148fe6000cb06192bdc731 (diff) | |
un rato
| -rw-r--r-- | live-mogrify.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/live-mogrify.py b/live-mogrify.py index 7464846..8e71958 100644 --- a/live-mogrify.py +++ b/live-mogrify.py @@ -138,6 +138,7 @@ def process_live_input(opt, data_opt): print("generating...") last_im = None for i, data in enumerate(data_loader): + print("{}...".format(i)) if i >= opt.how_many: break model.set_input(data) |
