49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"description": "Use sensitive face alarm thresholds for short validation videos. Keep production templates conservative.",
|
|
"instance_overrides": {
|
|
"*": {
|
|
"override": {
|
|
"nodes": {
|
|
"alarm": {
|
|
"face_track_aggregation": {
|
|
"known": {
|
|
"min_hits": 1,
|
|
"hit_window_ms": 3000,
|
|
"reentry_cooldown_ms": 8000
|
|
},
|
|
"unknown": {
|
|
"min_track_age_ms": 1500,
|
|
"min_quality_hits": 4
|
|
}
|
|
},
|
|
"face_rules": [
|
|
{
|
|
"name": "unknown_face",
|
|
"type": "unknown",
|
|
"cooldown_ms": 7000,
|
|
"max_known_sim": 0.35,
|
|
"min_hits": 1,
|
|
"hit_window_ms": 1500,
|
|
"min_face_area_ratio": 0.001,
|
|
"min_face_aspect": 0.6,
|
|
"max_face_aspect": 1.6
|
|
},
|
|
{
|
|
"name": "known_person",
|
|
"type": "person",
|
|
"cooldown_ms": 7000,
|
|
"min_sim": 0.45,
|
|
"min_hits": 1,
|
|
"hit_window_ms": 1500,
|
|
"min_face_area_ratio": 0.0002,
|
|
"min_face_aspect": 0.55,
|
|
"max_face_aspect": 1.6
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|