From 9360a3efc56f96af6ea10e3b5661e22c82d6e2f3 Mon Sep 17 00:00:00 2001 From: LDOUBLEV Date: Fri, 26 Nov 2021 14:44:32 +0800 Subject: [PATCH] fix server system --- ...del_linux_gpu_normal_normal_infer_python_linux_gpu_cpu.txt | 4 ++-- ...del_linux_gpu_normal_normal_infer_python_linux_gpu_cpu.txt | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/test_tipc/configs/ch_ppocr_mobile_v2.0/model_linux_gpu_normal_normal_infer_python_linux_gpu_cpu.txt b/test_tipc/configs/ch_ppocr_mobile_v2.0/model_linux_gpu_normal_normal_infer_python_linux_gpu_cpu.txt index abe5e80e..c6aa0fa3 100644 --- a/test_tipc/configs/ch_ppocr_mobile_v2.0/model_linux_gpu_normal_normal_infer_python_linux_gpu_cpu.txt +++ b/test_tipc/configs/ch_ppocr_mobile_v2.0/model_linux_gpu_normal_normal_infer_python_linux_gpu_cpu.txt @@ -15,7 +15,7 @@ inference:tools/infer/predict_system.py --precision:fp32|fp16 --det_model_dir: --image_dir:./inference/ch_det_data_50/all-sum-510/ ---rec_model_dir:./inference/ch_ppocr_mobile_v2.0_rec_infer/ ---benchmark:True null:null +--benchmark:True +--rec_model_dir:./inference/ch_ppocr_mobile_v2.0_rec_infer/ null:null diff --git a/test_tipc/configs/ch_ppocr_server_v2.0/model_linux_gpu_normal_normal_infer_python_linux_gpu_cpu.txt b/test_tipc/configs/ch_ppocr_server_v2.0/model_linux_gpu_normal_normal_infer_python_linux_gpu_cpu.txt index 5a93571a..4af422e2 100644 --- a/test_tipc/configs/ch_ppocr_server_v2.0/model_linux_gpu_normal_normal_infer_python_linux_gpu_cpu.txt +++ b/test_tipc/configs/ch_ppocr_server_v2.0/model_linux_gpu_normal_normal_infer_python_linux_gpu_cpu.txt @@ -1,6 +1,8 @@ ===========================ch_ppocr_mobile_v2.0=========================== model_name:ch_ppocr_server_v2.0 python:python3.7 +null:null +null:null infer_model:./inference/ch_ppocr_server_v2.0_det_infer/ infer_export:null infer_quant:True -- GitLab