From 5ebbc664a1e8d34d1ab81a539ddb146cd5357752 Mon Sep 17 00:00:00 2001 From: weixin_46229132 Date: Sat, 15 Feb 2025 15:57:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E8=BF=87=E6=BB=A4=E5=AD=A4=E7=AB=8B?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odm_preprocess.py | 2 +- odm_preprocess_fast.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/odm_preprocess.py b/odm_preprocess.py index 702a600..a5b5871 100644 --- a/odm_preprocess.py +++ b/odm_preprocess.py @@ -296,7 +296,7 @@ class ImagePreprocessor: try: self.extract_gps() self.cluster() - self.filter_isolated_points() + # self.filter_isolated_points() grid_points, translations = self.divide_grids() self.copy_images(grid_points) self.logger.info("预处理任务完成") diff --git a/odm_preprocess_fast.py b/odm_preprocess_fast.py index 519854a..128754a 100644 --- a/odm_preprocess_fast.py +++ b/odm_preprocess_fast.py @@ -296,7 +296,7 @@ class ImagePreprocessor: try: self.extract_gps() self.cluster() - self.filter_isolated_points() + # self.filter_isolated_points() grid_points, translations = self.divide_grids() # self.copy_images(grid_points) # self.logger.info("预处理任务完成")