chore:新增火灾/抽烟/徘徊/车辆/打架五类预警规则yaml

This commit is contained in:
2026-06-11 17:26:38 +08:00
parent 4b051f16be
commit 51279c00ab
5 changed files with 68 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# 打架检测预警规则 (MVP-1)
rules:
- name: fight_high
event_type: fight
enabled: true
min_confidence: 0.55
severity: high
min_bbox_area: 800
description: 检测到打架/暴力行为,触发高级预警
- name: fight_critical_continuous
event_type: fight
enabled: true
min_confidence: 0.75
severity: critical
min_bbox_area: 1200
description: 检测到高置信度打架行为,立即触发最高级别预警