From 2ca20c54afc9ba04b8c78da96e71a711e1f26fbb Mon Sep 17 00:00:00 2001 From: weixin_46229132 Date: Mon, 28 Apr 2025 19:58:38 +0800 Subject: [PATCH] =?UTF-8?q?feature=20quality=E4=BD=BF=E7=94=A8=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=EF=BC=8Coverlap=E5=8F=98=E6=88=900.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- utils/odm_monitor.py | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main.py b/main.py index 222a9f1..3b2519c 100644 --- a/main.py +++ b/main.py @@ -16,7 +16,7 @@ def parse_args(): choices=['快拼模式', '三维模式'], help='处理模式') parser.add_argument('--grid_size', type=float, default=800, help='网格大小(米)') parser.add_argument('--grid_overlap', type=float, - default=0.05, help='网格重叠率') + default=0.1, help='网格重叠率') args = parser.parse_args() return args diff --git a/utils/odm_monitor.py b/utils/odm_monitor.py index 8e420e0..8cf634d 100644 --- a/utils/odm_monitor.py +++ b/utils/odm_monitor.py @@ -61,10 +61,10 @@ class ODMProcessMonitor: f"--dsm " f"--dtm " ) - if current_try == 1: - command += ( - f"--feature-quality low " - ) + # if current_try == 1: + # command += ( + # f"--feature-quality low " + # ) command += "--rerun-all"