We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 954613a commit 6d30b82Copy full SHA for 6d30b82
inference.py
@@ -345,6 +345,7 @@ def main():
345
results_filename = f'{args.model}-{img_size}'
346
347
if args.results_dir:
348
+ os.makedirs(args.results_dir, exist_ok=True)
349
results_filename = os.path.join(args.results_dir, results_filename)
350
351
for fmt in args.results_format:
0 commit comments