From 4e38d96a3e1445eec56f6bc48651a9f5a92baf2a Mon Sep 17 00:00:00 2001 From: tink2123 Date: Thu, 11 Nov 2021 16:34:43 +0800 Subject: [PATCH] update paddle2onnx --- ...del_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt | 2 ++ ...del_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt | 2 ++ ...del_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt | 2 ++ ...del_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt | 2 ++ 4 files changed, 8 insertions(+) diff --git a/test_tipc/configs/ppocr_det_mobile/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt b/test_tipc/configs/ppocr_det_mobile/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt index 2d1a5992..160bcdbd 100644 --- a/test_tipc/configs/ppocr_det_mobile/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt +++ b/test_tipc/configs/ppocr_det_mobile/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt @@ -1,4 +1,6 @@ ===========================paddle2onnx_params=========================== +model_name:ocr_det_mobile +python:python3.7 2onnx: paddle2onnx --model_dir:./inference/ch_ppocr_mobile_v2.0_det_infer/ --model_filename:inference.pdmodel diff --git a/test_tipc/configs/ppocr_det_server/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt b/test_tipc/configs/ppocr_det_server/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt index 91973608..40fdc112 100644 --- a/test_tipc/configs/ppocr_det_server/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt +++ b/test_tipc/configs/ppocr_det_server/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt @@ -1,4 +1,6 @@ ===========================paddle2onnx_params=========================== +model_name:ocr_det_server +python:python3.7 2onnx: paddle2onnx --model_dir:./inference/ch_ppocr_server_v2.0_det_infer/ --model_filename:inference.pdmodel diff --git a/test_tipc/configs/ppocr_rec_mobile/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt b/test_tipc/configs/ppocr_rec_mobile/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt index 69bd0186..f29b3038 100644 --- a/test_tipc/configs/ppocr_rec_mobile/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt +++ b/test_tipc/configs/ppocr_rec_mobile/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt @@ -1,4 +1,6 @@ ===========================paddle2onnx_params=========================== +model_name:ocr_rec_mobile +python:python3.7 2onnx: paddle2onnx --model_dir:./inference/ch_ppocr_mobile_v2.0_rec_infer/ --model_filename:inference.pdmodel diff --git a/test_tipc/configs/ppocr_rec_server/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt b/test_tipc/configs/ppocr_rec_server/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt index 16411aca..05542332 100644 --- a/test_tipc/configs/ppocr_rec_server/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt +++ b/test_tipc/configs/ppocr_rec_server/model_linux_gpu_normal_normal_paddle2onnx_python_linux_cpu.txt @@ -1,4 +1,6 @@ ===========================paddle2onnx_params=========================== +model_name:ocr_rec_server +python:python3.7 2onnx: paddle2onnx --model_dir:./inference/ch_ppocr_server_v2.0_rec_infer/ --model_filename:inference.pdmodel -- GitLab