feat(event): 新增 LLM 事件类型映射扩展

This commit is contained in:
2026-06-16 10:27:52 +08:00
parent 435fe3073f
commit a13d0c46af
@@ -41,6 +41,7 @@ DEFAULT_CLASS_TO_EVENT: Dict[str, EventType] = {
# 打架
"fight": EventType.FIGHT,
"fighting": EventType.FIGHT,
"violence": EventType.FIGHT, # YOLO打架模型 (fight_detection) 正样本
# 行为
"loitering": EventType.LOITERING,
"stationary": EventType.STATIONARY,