From 10cf8736cc4c6e354d92e789c50481d662fb2af0 Mon Sep 17 00:00:00 2001 From: HydrogenSulfate <490868991@qq.com> Date: Mon, 4 Jul 2022 15:10:46 +0800 Subject: [PATCH] fix paddle2onnx for GeneralRecognition model --- test_tipc/test_paddle2onnx.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test_tipc/test_paddle2onnx.sh b/test_tipc/test_paddle2onnx.sh index c869f8f3..a8c6914e 100644 --- a/test_tipc/test_paddle2onnx.sh +++ b/test_tipc/test_paddle2onnx.sh @@ -2,6 +2,7 @@ source test_tipc/common_func.sh FILENAME=$1 +MODE=$2 # parser params dataline=$(awk 'NR==1, NR==16{print}' $FILENAME) @@ -35,7 +36,7 @@ inference_hardware_value=$(func_parser_value "${lines[14]}") inference_config_key=$(func_parser_key "${lines[15]}") inference_config_value=$(func_parser_value "${lines[15]}") -LOG_PATH="./test_tipc/output/${model_name}" +LOG_PATH="./test_tipc/output/${model_name}/${MODE}" mkdir -p ${LOG_PATH} status_log="${LOG_PATH}/results_paddle2onnx.log" -- GitLab