From 58283e0191db2d951c5b1922b4db0e644e7df95e Mon Sep 17 00:00:00 2001 From: tian <11429339@qq.com> Date: Sun, 15 Mar 2026 12:08:20 +0800 Subject: [PATCH] Relax workshoe alarm track requirement --- configs/person_shoe_two_stage_workshoe_alarm.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/person_shoe_two_stage_workshoe_alarm.json b/configs/person_shoe_two_stage_workshoe_alarm.json index cda09de..5ef2c3a 100644 --- a/configs/person_shoe_two_stage_workshoe_alarm.json +++ b/configs/person_shoe_two_stage_workshoe_alarm.json @@ -211,12 +211,12 @@ "class_ids": [2], "roi": {"x": 0.0, "y": 0.0, "w": 1.0, "h": 1.0}, "min_score": 0.30, - "require_track_id": true, + "require_track_id": false, "min_duration_ms": 800, "min_hits": 2, "hit_window_ms": 2000, - "cooldown_ms": 10000, - "per_track_cooldown_ms": 15000 + "cooldown_ms": 15000, + "per_track_cooldown_ms": 0 } ], "actions": {