# 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)