diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 11:42:25 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-08 11:42:25 +0200 |
| commit | 89cb795d1fbc20fd61cfd5d615938d97b3588d08 (patch) | |
| tree | 56e6eac3fca2ec32499a5f9ac2dfd2d5501d6210 | |
| parent | 6498985aff0b54ee74bb3367998d303baef062dc (diff) | |
fix
| -rw-r--r-- | live-mogrify.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/live-mogrify.py b/live-mogrify.py index 0348c54..83fb430 100644 --- a/live-mogrify.py +++ b/live-mogrify.py @@ -286,8 +286,8 @@ def process_live_input(opt, data_opt, rpc_client, model): if data_opt.processing: print("Already processing...") data_opt.processing = True - # data_loader = CreateRecursiveDataLoader(opt) - # dataset = data_loader.load_data() + data_loader = CreateRecursiveDataLoader(opt) + dataset = data_loader.load_data() create_render_dir(opt) sequence = read_sequence(data_opt.sequence_name) |
