From c2daba7bfb11cf179a2e62cf7cf9f85d710d0a32 Mon Sep 17 00:00:00 2001 From: JC_Xiong Date: Thu, 25 Apr 2024 13:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Code/TestTRTInterDll/TestTRTInterDll.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Code/TestTRTInterDll/TestTRTInterDll.cpp b/Code/TestTRTInterDll/TestTRTInterDll.cpp index 9ae37ce..a59b990 100644 --- a/Code/TestTRTInterDll/TestTRTInterDll.cpp +++ b/Code/TestTRTInterDll/TestTRTInterDll.cpp @@ -45,8 +45,8 @@ void test01() params.conf_thresh = 0.25f; params.iou_thresh = 0.45f; params.save_path = "./imageDatas"; - params.meanVec = { 0.406, 0.456, 0.485 }; - params.stdVec = { 0.225, 0.224, 0.229 }; + params.meanVec = { 0.485, 0.456, 0.406 }; + params.stdVec = { 0.229, 0.224, 0.225 }; MI_VisionInterface* resnet34Ptr = getInterfacePtr(params); if (!resnet34Ptr) {