不过滤孤立点
This commit is contained in:
parent
554bf319d5
commit
5ebbc664a1
@ -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("预处理任务完成")
|
||||
|
@ -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("预处理任务完成")
|
||||
|
Loading…
Reference in New Issue
Block a user