diff --git a/deploy/cpp/README.md b/deploy/cpp/README.md new file mode 100644 index 0000000000..f6820f3d01 --- /dev/null +++ b/deploy/cpp/README.md @@ -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) diff --git a/docs/model_export.md b/docs/model_export.md index dc57b057e4..7e42ab9fb1 100644 --- a/docs/model_export.md +++ b/docs/model_export.md @@ -53,6 +53,7 @@ PaddleSeg目前支持以下部署方式: |端侧|库|教程| |-|-|-| |Python端部署|Paddle预测库|[示例](../deploy/python/)| +|C++端部署|Paddle预测库|[示例](../deploy/cpp/)| |移动端部署|PaddleLite|[示例](../deploy/lite/)| |服务端部署|HubServing|完善中| |前端部署|PaddleJS|[示例](../deploy/web/)| diff --git a/docs/quick_start.md b/docs/quick_start.md index 8bc7e1f246..d5858f8828 100644 --- a/docs/quick_start.md +++ b/docs/quick_start.md @@ -449,7 +449,8 @@ output | 端侧 | 库 | 教程 | | :----------- | :----------- | :----- | | Python端部署 | Paddle预测库 | [示例](../deploy/python/) | -| 移动端部署 | ONNX | [示例](../deploy/lite/) | +| C++端部署 | Paddle预测库 | [示例](../deploy/cpp/) | +| 移动端部署 | PaddleLite | [示例](../deploy/lite/) | | 服务端部署 | HubServing | 完善中 | | 前端部署 | PaddleJS | [示例](../deploy/web/) |