From dd01ffe6e98c614a1039caf250741990a4173a96 Mon Sep 17 00:00:00 2001 From: MissPenguin Date: Thu, 14 Oct 2021 07:44:47 +0000 Subject: [PATCH] update doc --- tests/readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/readme.md b/tests/readme.md index a163a6c3..c92288d3 100644 --- a/tests/readme.md +++ b/tests/readme.md @@ -12,10 +12,10 @@ | 算法论文 | 模型名称 | 模型类型 | python训练预测 | 其他 | | :--- | :--- | :---- | :-------- | :---- | | DB |ch_ppocr_mobile_v2.0_det_infer | 检测 | 支持 | C++预测
Paddle Serving: Python, C++
Paddle-Lite: Python, C++ / ARM CPU | -| DB |ch_ppocr_server_v2.0_det_infer | 检测 | 支持 | C++预测 / Paddle Serving / Paddle-Lite | +| DB |ch_ppocr_server_v2.0_det_infer | 检测 | 支持 | C++预测
Paddle Serving: Python, C++
Paddle-Lite: Python, C++ / ARM CPU | | DB |ch_PP-OCRv2_det_infer | 检测 | -| CRNN |ch_ppocr_mobile_v2.0_rec_infer | 识别 | 支持 | C++预测 / Paddle Serving / Paddle-Lite | -| CRNN |ch_ppocr_server_v2.0_rec_infer | 识别 | 支持 | C++预测 / Paddle Serving / Paddle-Lite | +| CRNN |ch_ppocr_mobile_v2.0_rec_infer | 识别 | 支持 | C++预测
Paddle Serving: Python, C++
Paddle-Lite: Python, C++ / ARM CPU | +| CRNN |ch_ppocr_server_v2.0_rec_infer | 识别 | 支持 | C++预测
Paddle Serving: Python, C++
Paddle-Lite: Python, C++ / ARM CPU | | CRNN |ch_PP-OCRv2_rec_infer | 识别 | | DB |det_mv3_db_v2.0 | 检测 | | DB |det_r50_vd_db_v2.0 | 检测 | -- GitLab