From 56997d019cdd84645ccdb4335a133ba2bf5a9d52 Mon Sep 17 00:00:00 2001 From: tian <11429339@qq.com> Date: Sat, 14 Mar 2026 13:51:05 +0800 Subject: [PATCH] Tighten person filtering in two-stage sample --- configs/sample_person_shoe_two_stage.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/configs/sample_person_shoe_two_stage.json b/configs/sample_person_shoe_two_stage.json index 3fe7251..08554a7 100644 --- a/configs/sample_person_shoe_two_stage.json +++ b/configs/sample_person_shoe_two_stage.json @@ -43,7 +43,7 @@ "model_w": 640, "model_h": 640, "num_classes": 80, - "conf": 0.3, + "conf": 0.4, "nms": 0.45, "class_filter": [0], "bbox_expand": { @@ -63,8 +63,11 @@ "mode": "bytetrack_lite", "per_class": true, "track_classes": [0], - "max_age_ms": 1500, - "min_hits": 2 + "high_th": 0.6, + "low_th": 0.15, + "iou_th": 0.3, + "max_age_ms": 600, + "min_hits": 3 }, { "id": "shoe_det",