From df08b5bf64a09e8cffff08f617d82dc47b7ac0e3 Mon Sep 17 00:00:00 2001 From: tian <11429339@qq.com> Date: Tue, 14 Apr 2026 18:29:29 +0800 Subject: [PATCH] Tighten shoe size filter thresholds --- configs/full_pipeline_1080p_test_alarm.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configs/full_pipeline_1080p_test_alarm.json b/configs/full_pipeline_1080p_test_alarm.json index 6651d9b..92c19be 100644 --- a/configs/full_pipeline_1080p_test_alarm.json +++ b/configs/full_pipeline_1080p_test_alarm.json @@ -228,12 +228,12 @@ "enable_size_preferred": true, "min_shoe_height_ratio": 0.08, "min_shoe_area_ratio": 0.012, - "max_shoe_height_ratio": 0.24, - "max_shoe_width_ratio": 0.6, - "max_shoe_area_ratio": 0.15, - "max_shoe_roi_width_ratio": 0.65, - "max_shoe_roi_height_ratio": 0.6, - "max_shoe_roi_area_ratio": 0.25, + "max_shoe_height_ratio": 0.14, + "max_shoe_width_ratio": 0.38, + "max_shoe_area_ratio": 0.05, + "max_shoe_roi_width_ratio": 0.45, + "max_shoe_roi_height_ratio": 0.35, + "max_shoe_roi_area_ratio": 0.10, "min_front_shoe_width_ratio": 0.18, "max_front_shoe_aspect_ratio": 2.0, "max_side_height_width_ratio": 1.2,