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("预处理任务完成")