From 557f2ba321b0320653dec5d5e0ff6ada73d2b0f3 Mon Sep 17 00:00:00 2001 From: weixin_46229132 Date: Fri, 9 May 2025 11:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89feature=20quality=20lowest?= =?UTF-8?q?=EF=BC=8C=E6=B7=BB=E5=8A=A0trans=5Forthophoto.py=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- post_pro/trans_orthophoto.py | 4 ++++ utils/odm_monitor.py | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/post_pro/trans_orthophoto.py b/post_pro/trans_orthophoto.py index 4422879..7d4297b 100644 --- a/post_pro/trans_orthophoto.py +++ b/post_pro/trans_orthophoto.py @@ -38,3 +38,7 @@ class TransOrthophoto: ) self.logger.info(f"文件已成功重投影") + +if __name__ == "__main__": + trans = TransOrthophoto() + trans.trans_to_epsg4326(r"G:\ODM_output\test\orthophoto.tif", r"G:\ODM_output\test\orthophoto_epsg4326.tif") \ No newline at end of file diff --git a/utils/odm_monitor.py b/utils/odm_monitor.py index a8c004e..94ed197 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"