diff --git a/odm_preprocess.py b/odm_preprocess.py index 4cd8162..d4605d2 100644 --- a/odm_preprocess.py +++ b/odm_preprocess.py @@ -208,6 +208,7 @@ class ImagePreprocessor: self.config.enable_grid_division, self.mode ) + # TODO 拼图 except Exception as e: self.logger.error(f"处理过程中发生错误: {str(e)}", exc_info=True) raise diff --git a/preprocess/odm_monitor.py b/preprocess/odm_monitor.py index 24761d0..9d7292a 100644 --- a/preprocess/odm_monitor.py +++ b/preprocess/odm_monitor.py @@ -49,6 +49,7 @@ class ODMProcessMonitor: Returns: Tuple[bool, str]: (是否成功, 错误信息) """ + # TODO 加入rerun信息 attempt = 0 while attempt < self.max_retries: try: