Traceback (most recent call last): File "compare.py", line 160, in <module> format(save_dir)) NameError: name 'save_dir' is not defined
@@ -157,4 +157,4 @@ if __name__ == '__main__':
print(
"The visualized ground-truths and predictions are saved in {}. Ground-truth is on the left, prediciton is on the right".
- format(save_dir))
+ format(args.save_dir))