From 99b81536847801cad91fb0434227e59b50b916b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E6=BE=B3?= Date: Fri, 17 Jan 2025 15:37:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E4=B8=8D=E4=BD=BF=E7=94=A8=E9=9A=94?= =?UTF-8?q?=E4=B8=80=E4=B8=AA=E5=88=A0=E4=B8=80=E4=B8=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odm_preprocess.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odm_preprocess.py b/odm_preprocess.py index 86902b4..96bc64a 100644 --- a/odm_preprocess.py +++ b/odm_preprocess.py @@ -285,7 +285,7 @@ class ImagePreprocessor: self.cluster() self.filter_isolated_points() self.filter_time_group_overlap() - self.filter_alternate_images() + # self.filter_alternate_images() grid_points, translations = self.divide_grids() self.copy_images(grid_points) self.logger.info("预处理任务完成")