forked from PaddlePaddle/PaddleOCR
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52b7dee
commit 486aa10
Showing
22 changed files
with
1,395 additions
and
948 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
English | [简体中文](README_ch.md) | ||
|
||
# PP-OCR Deployment | ||
|
||
- [Paddle Deployment Introduction](#1) | ||
- [PP-OCR Deployment](#2) | ||
|
||
<a name="1"></a> | ||
## Paddle Deployment Introduction | ||
|
||
Paddle provides a variety of deployment schemes to meet the deployment requirements of different scenarios. Please choose according to the actual situation: | ||
|
||
<div align="center"> | ||
<img src="../doc/deployment_en.png" width="800"> | ||
</div> | ||
|
||
|
||
<a name="2"></a> | ||
## PP-OCR Deployment | ||
|
||
PP-OCR has supported muti deployment schemes. Click the link to get the specific tutorial. | ||
|
||
- [Python Inference](../doc/doc_en/inference_ppocr_en.md) | ||
- [C++ Inference](./cpp_infer/readme.md) | ||
- [Serving](./pdserving/README.md) | ||
- [Paddle-Lite](./lite/readme.md) | ||
- [Paddle.js](./paddlejs/README.md) | ||
- [Paddle2ONNX](./paddle2onnx/readme.md) | ||
|
||
If you need the deployment tutorial of academic algorithm models other than PP-OCR, please directly enter the main page of corresponding algorithms, [entrance](../doc/doc_en/algorithm_overview_en.md)。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[English](README.md) | 简体中文 | ||
|
||
# PP-OCR 模型推理部署 | ||
|
||
- [Paddle 推理部署方式简介](#1) | ||
- [PP-OCR 推理部署](#2) | ||
|
||
<a name="1"></a> | ||
## Paddle 推理部署方式简介 | ||
|
||
飞桨提供多种部署方案,以满足不同场景的部署需求,请根据实际情况进行选择: | ||
|
||
<div align="center"> | ||
<img src="../doc/deployment.png" width="800"> | ||
</div> | ||
|
||
|
||
<a name="2"></a> | ||
## PP-OCR 推理部署 | ||
|
||
PP-OCR模型已打通多种场景部署方案,点击链接获取具体的使用教程。 | ||
|
||
- [Python 推理](../doc/doc_ch/inference_ppocr.md) | ||
- [C++ 推理](./cpp_infer/readme_ch.md) | ||
- [Serving 服务化部署](./pdserving/README_CN.md) | ||
- [Paddle-Lite 端侧部署](./lite/readme_ch.md) | ||
- [Paddle.js 服务化部署](./paddlejs/README_ch.md) | ||
- [Paddle2ONNX 推理](./paddle2onnx/readme_ch.md) | ||
|
||
需要PP-OCR以外的学术算法模型的推理部署,请直接进入相应算法主页面,[入口](../doc/doc_ch/algorithm_overview.md)。 |
Oops, something went wrong.