Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
paddle_dbnet
Commits
ec90d769
Commit
ec90d769
authored
Nov 18, 2021
by
cuicheng01
Browse files
update tipc lite
parent
0efe2fe6
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
test_tipc/configs/ppocr_det_mobile/model_linux_gpu_normal_normal_lite_cpp_arm_cpu.txt
...mobile/model_linux_gpu_normal_normal_lite_cpp_arm_cpu.txt
+4
-4
test_tipc/configs/ppocr_det_mobile/model_linux_gpu_normal_normal_lite_cpp_arm_gpu_opencl.txt
...model_linux_gpu_normal_normal_lite_cpp_arm_gpu_opencl.txt
+4
-4
test_tipc/docs/test_lite_arm_cpp.md
test_tipc/docs/test_lite_arm_cpp.md
+1
-1
No files found.
test_tipc/configs/ppocr_det_mobile/model_linux_gpu_normal_normal_lite_cpp_arm_cpu.txt
View file @
ec90d769
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
inference:./ocr_db_crnn det
inference:./ocr_db_crnn det
runtime_device:ARM_CPU
runtime_device:ARM_CPU
det_infer_model:ch_PP-OCRv2_det_infer|ch_PP-OCRv2_det_slim_quant_infer
det_infer_model:ch_PP-OCRv2_det_infer|ch_PP-OCRv2_det_slim_quant_infer
rec_infer_model:ch_PP-OCRv2_rec_infer|ch_PP-OCRv2_rec_slim_quant_infer
null:null
cls_infer_model:ch_ppocr_mobile_v2.0_cls_infer|ch_ppocr_mobile_v2.0_cls_slim_infer
null:null
--cpu_threads:1|4
--cpu_threads:1|4
--det_batch_size:1
--det_batch_size:1
--rec_batch_size:1
null:null
--image_dir:./test_data/icdar2015_lite/text_localization/ch4_test_images/
--image_dir:./test_data/icdar2015_lite/text_localization/ch4_test_images/
--config_dir:./config.txt
--config_dir:./config.txt
--rec_dict_dir:./ppocr_keys_v1.txt
null:null
--benchmark:True
--benchmark:True
test_tipc/configs/ppocr_det_mobile/model_linux_gpu_normal_normal_lite_cpp_arm_gpu_opencl.txt
View file @
ec90d769
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
inference:./ocr_db_crnn det
inference:./ocr_db_crnn det
runtime_device:ARM_GPU_OPENCL
runtime_device:ARM_GPU_OPENCL
det_infer_model:ch_PP-OCRv2_det_infer|ch_PP-OCRv2_det_slim_quant_infer
det_infer_model:ch_PP-OCRv2_det_infer|ch_PP-OCRv2_det_slim_quant_infer
rec_infer_model:ch_PP-OCRv2_rec_infer|ch_PP-OCRv2_rec_slim_quant_infer
null:null
cls_infer_model:ch_ppocr_mobile_v2.0_cls_infer|ch_ppocr_mobile_v2.0_cls_slim_infer
null:null
--cpu_threads:1|4
--cpu_threads:1|4
--det_batch_size:1
--det_batch_size:1
--rec_batch_size:1
null:null
--image_dir:./test_data/icdar2015_lite/text_localization/ch4_test_images/
--image_dir:./test_data/icdar2015_lite/text_localization/ch4_test_images/
--config_dir:./config.txt
--config_dir:./config.txt
--rec_dict_dir:./ppocr_keys_v1.txt
null:null
--benchmark:True
--benchmark:True
test_tipc/docs/test_lite_arm_cpp.md
View file @
ec90d769
# Lite\_arm\_cpp预测功能测试
# Lite\_arm\_cpp预测功能测试
Lite
\_
arm
\_
cpp预测功能测试的主程序为
`test_lite_arm_cpp.sh`
,可以在ARM
CPU
上基于Lite预测库测试模型的C++推理功能。
Lite
\_
arm
\_
cpp预测功能测试的主程序为
`test_lite_arm_cpp.sh`
,可以在ARM上基于Lite预测库测试模型的C++推理功能。
## 1. 测试结论汇总
## 1. 测试结论汇总
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment