后端更新

This commit is contained in:
BBIT-Kai
2026-03-26 17:48:20 +08:00
parent 4c2bcd7dce
commit 0c2859b0db
22 changed files with 1336 additions and 213 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class YOLOSingleton:
except Exception as e:
cls._model = None
cls._ready = False
logger.error(f"❌ YOLO 模型加载失败: {e}")
logger.error(f"蚕茧 YOLO 模型加载失败: {e}")
@classmethod
def detect(cls, img_bytes: bytes):