README.md 537 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++ Predictive Deployment Scenario

## Deploy the PaddleSeg model using Paddle Inference C++

To deploy PaddleSeg model using Paddle Inference C++, please refer to [Tutorial](../../docs/deployment/inference/cpp_inference.md).

## Deploy the PaddleSeg model using PaddleX

Currently, PaddleSeg model C++ deployment can be performed based on PaddleX ([Deployment Tutorial](https://github.com/PaddlePaddle/PaddleX/tree/develop/deploy/cpp)).

Hardware support:
* CPU(linux/windows)
* GPU(linux/windows)
* Jetson(TX2/Nano/Xavier)