加入TODO
This commit is contained in:
parent
0e91d125cb
commit
bb2567aa86
@ -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
|
||||
|
@ -49,6 +49,7 @@ class ODMProcessMonitor:
|
||||
Returns:
|
||||
Tuple[bool, str]: (是否成功, 错误信息)
|
||||
"""
|
||||
# TODO 加入rerun信息
|
||||
attempt = 0
|
||||
while attempt < self.max_retries:
|
||||
try:
|
||||
|
Loading…
Reference in New Issue
Block a user