summaryrefslogtreecommitdiff
path: root/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'test.py')
-rw-r--r--test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index b213c2b..ae80d08 100644
--- a/test.py
+++ b/test.py
@@ -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))