update doc

This commit is contained in:
MissPenguin 2021-10-14 07:44:47 +00:00
parent 150f85632a
commit dd01ffe6e9
1 changed files with 3 additions and 3 deletions

View File

@ -12,10 +12,10 @@
| 算法论文 | 模型名称 | 模型类型 | python训练预测 | 其他 |
| :--- | :--- | :---- | :-------- | :---- |
| DB |ch_ppocr_mobile_v2.0_det_infer | 检测 | 支持 | C++预测 <br> Paddle Serving: Python, C++ <br> 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++预测 <br> Paddle Serving: Python, C++ <br> 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++预测 <br> Paddle Serving: Python, C++ <br> Paddle-Lite: Python, C++ / ARM CPU |
| CRNN |ch_ppocr_server_v2.0_rec_infer | 识别 | 支持 | C++预测 <br> Paddle Serving: Python, C++ <br> 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 | 检测 |