Skip to content

Commit

Permalink
add cpp deploy doc (#1077)
Browse files Browse the repository at this point in the history
  • Loading branch information
LutaoChu authored Jun 9, 2021
1 parent 1eb7d6b commit c0ca413
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
6 changes: 6 additions & 0 deletions deploy/cpp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# PaddleSeg C++ 预测部署方案
目前可基于PaddleX进行PaddleSeg模型C++部署([部署教程](https://github.com/PaddlePaddle/PaddleX/tree/develop/dygraph/deploy/cpp))。
## 硬件支持
* CPU(linux/windows)
* GPU(linux/windows)
* Jetson(TX2/Nano/Xavier)
1 change: 1 addition & 0 deletions docs/model_export.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ PaddleSeg目前支持以下部署方式:
|端侧||教程|
|-|-|-|
|Python端部署|Paddle预测库|[示例](../deploy/python/)|
|C++端部署|Paddle预测库|[示例](../deploy/cpp/)|
|移动端部署|PaddleLite|[示例](../deploy/lite/)|
|服务端部署|HubServing|完善中|
|前端部署|PaddleJS|[示例](../deploy/web/)|
3 changes: 2 additions & 1 deletion docs/quick_start.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,8 @@ output
| 端侧 || 教程 |
| :----------- | :----------- | :----- |
| Python端部署 | Paddle预测库 | [示例](../deploy/python/) |
| 移动端部署 | ONNX | [示例](../deploy/lite/) |
| C++端部署 | Paddle预测库 | [示例](../deploy/cpp/) |
| 移动端部署 | PaddleLite | [示例](../deploy/lite/) |
| 服务端部署 | HubServing | 完善中 |
| 前端部署 | PaddleJS | [示例](../deploy/web/) |

Expand Down

0 comments on commit c0ca413

Please sign in to comment.