README_cn.md 473 Bytes
Newer Older
Sugon_ldc's avatar
Sugon_ldc committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# PaddleSeg C++ 预测部署方案

## 使用Paddle Inference C++部署PaddleSeg模型

使用Paddle Inference C++部署PaddleSeg模型,请参考[教程](../../docs/deployment/inference/cpp_inference.md)

## 使用PaddleX部署PaddleSeg模型

目前可基于PaddleX进行PaddleSeg模型C++部署([部署教程](https://github.com/PaddlePaddle/PaddleX/tree/develop/deploy/cpp))。

 硬件支持
* CPU(linux/windows)
* GPU(linux/windows)
* Jetson(TX2/Nano/Xavier)