From 41b765de0b02a8591657f38294bece06b6eb7545 Mon Sep 17 00:00:00 2001 From: tian <11429339@qq.com> Date: Sat, 14 Mar 2026 12:48:49 +0800 Subject: [PATCH] Fix sample two-stage person preprocessing --- configs/sample_person_shoe_two_stage.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/sample_person_shoe_two_stage.json b/configs/sample_person_shoe_two_stage.json index 286702b..a4d414f 100644 --- a/configs/sample_person_shoe_two_stage.json +++ b/configs/sample_person_shoe_two_stage.json @@ -24,8 +24,8 @@ "type": "preprocess", "role": "filter", "enable": true, - "dst_w": 1920, - "dst_h": 1080, + "dst_w": 640, + "dst_h": 640, "dst_format": "rgb", "dst_packed": true, "resize_mode": "stretch",