From 3ebc4af00e7189c30f1f65c31a9c71d3111e5a0f Mon Sep 17 00:00:00 2001 From: weixin_46229132 Date: Fri, 25 Apr 2025 09:11:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9main.py=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index a2cea32..66da7c3 100644 --- a/main.py +++ b/main.py @@ -8,6 +8,8 @@ def parse_args(): # 必需参数 parser.add_argument('--image_dir', required=True, help='输入图片目录路径') parser.add_argument('--output_dir', required=True, help='输出目录路径') + # parser.add_argument('--image_dir', default=r'G:\UAV_data\test_31\project\images', help='输入图片目录路径') + # parser.add_argument('--output_dir', default=r'G:\ODM_output\test_31', help='输出目录路径') # 可选参数 parser.add_argument('--mode', default='三维模式',