feat(新功能):
fix(修复bug): RunTime判定修改为0.05秒内触发打印 docs(文档变更): refactor(重构): test(增加测试):
This commit is contained in:
@@ -78,7 +78,7 @@ class Segmentation:
|
||||
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}")
|
||||
|
||||
Reference in New Issue
Block a user