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"