summaryrefslogtreecommitdiffstats
path: root/infer.py
diff options
context:
space:
mode:
Diffstat (limited to 'infer.py')
-rw-r--r--infer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/infer.py b/infer.py
index b9e9ff7..70da08f 100644
--- a/infer.py
+++ b/infer.py
@@ -57,7 +57,7 @@ def parse_args():
57 parser.add_argument( 57 parser.add_argument(
58 "--output_dir", 58 "--output_dir",
59 type=str, 59 type=str,
60 default="inference", 60 default="output/inference",
61 ) 61 )
62 parser.add_argument( 62 parser.add_argument(
63 "--config", 63 "--config",