diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-06-16 21:57:06 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-06-16 21:57:06 +0200 |
| commit | 6ed97d5ca1149967946dc15cb4a1860875636e69 (patch) | |
| tree | 67b23f9879df841b111baf9c399537811eb390c1 /recursive.py | |
| parent | bdd2a44bf8c93b580d884638a86036f66f718ea0 (diff) | |
x
Diffstat (limited to 'recursive.py')
| -rw-r--r-- | recursive.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recursive.py b/recursive.py index da32a8a..f037875 100644 --- a/recursive.py +++ b/recursive.py @@ -30,6 +30,10 @@ else: opt.render_dir = render_dir = opt.results_dir + opt.name + "/" + tag + "/" +print('tag:', tag) +print('render_dir:', render_dir) +util.mkdir(render_dir) + data_loader = CreateDataLoader(opt) dataset = data_loader.load_data() |
