feat 代码整理

fix
This commit is contained in:
zhouchengrong
2024-09-25 15:38:44 +08:00
parent 60bf85bf88
commit 63e70add26
3 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ class Segmentation(object):
file_path = f"{SEG_CACHE_PATH}{image_id}.npy"
try:
np.save(file_path, seg_result)
logger.info("保存成功", os.path.abspath(file_path))
logger.info(f"保存成功 {os.path.abspath(file_path)}")
except Exception as e:
logger.error(f"保存失败: {e}")