先不使用隔一个删一个

This commit is contained in:
龙澳 2025-01-17 15:37:48 +08:00
parent 6e589d1193
commit 99b8153684

View File

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