From f24db8802bd56948727a8c06b00ada367249766e Mon Sep 17 00:00:00 2001 From: Volpeon Date: Tue, 27 Sep 2022 22:25:43 +0200 Subject: Better output dir structure --- infer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'infer.py') 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(): parser.add_argument( "--output_dir", type=str, - default="inference", + default="output/inference", ) parser.add_argument( "--config", -- cgit v1.2.3-54-g00ecf