Fix sample two-stage person preprocessing

This commit is contained in:
tian 2026-03-14 12:48:49 +08:00
parent 1f0d8e1e55
commit 41b765de0b

View File

@ -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",