From bb2567aa86775d92a78a0cb2410f82e6e2832657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BE=99=E6=BE=B3?= Date: Sat, 21 Dec 2024 12:06:51 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5TODO?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- odm_preprocess.py | 1 + preprocess/odm_monitor.py | 1 + 2 files changed, 2 insertions(+) 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: