diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-09 16:35:51 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-09 16:35:51 +0100 |
| commit | a7a8b0bff13806327cd73576f1bd5eca5d910af2 (patch) | |
| tree | 62cc80d157b380fda9963ae5b90c96d34251a8b9 | |
| parent | 820792a752f546dd143efd2c15bd72804cb8d45b (diff) | |
scene_name none
| -rw-r--r-- | test.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ if not(args.T == 'L' or args.T =='G'): print('Invalid input type: {} (Must be L(Low-resolution) or G(Ground-truth))'.format(args.T)) exit(1) -def process_dir(v, scene_name): +def process_dir(v, scene_name=None): if scene_name is None: scene_name = v.split('/')[-1] os.mkdir('./results/{}L/L/{}/'.format(args.L, scene_name)) |
