feat(event): 新增 LLM 事件类型映射扩展
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user