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