feat(新功能):

fix(修复bug): RunTime判定修改为0.05秒内触发打印
docs(文档变更):
refactor(重构):
test(增加测试):
This commit is contained in:
zhouchengrong
2025-01-10 15:04:13 +08:00
parent 9e1a1996c7
commit f6b2e283f9
4 changed files with 4 additions and 4 deletions

View File

@@ -64,7 +64,7 @@ class Segmentation(object):
seg_result = np.load(file_path)
return True, seg_result
except FileNotFoundError:
logger.warning("文件不存在")
# logger.warning("文件不存在")
return False, None
except Exception as e:
logger.error(f"加载失败: {e}")