feat(event): 新增 LLM 事件类型映射扩展
This commit is contained in:
@@ -41,6 +41,7 @@ DEFAULT_CLASS_TO_EVENT: Dict[str, EventType] = {
|
|||||||
# 打架
|
# 打架
|
||||||
"fight": EventType.FIGHT,
|
"fight": EventType.FIGHT,
|
||||||
"fighting": EventType.FIGHT,
|
"fighting": EventType.FIGHT,
|
||||||
|
"violence": EventType.FIGHT, # YOLO打架模型 (fight_detection) 正样本
|
||||||
# 行为
|
# 行为
|
||||||
"loitering": EventType.LOITERING,
|
"loitering": EventType.LOITERING,
|
||||||
"stationary": EventType.STATIONARY,
|
"stationary": EventType.STATIONARY,
|
||||||
|
|||||||
Reference in New Issue
Block a user