mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-19 23:16:15 +08:00

* 第一次提交 * 补充一处漏翻译 * deleted: docs/en/quantize.md * Update one translation * Update en version * Update one translation in code * Standardize one writing * Standardize one writing * Update some en version * Fix a grammer problem * Update en version for api/vision result * Merge branch 'develop' of https://github.com/charl-u/FastDeploy into develop * Checkout the link in README in vision_results/ to the en documents * Modify a title * Add link to serving/docs/ * Finish translation of demo.md * Update english version of serving/docs/ * Update title of readme * Update some links * Modify a title * Update some links * Update en version of java android README * Modify some titles * Modify some titles * Modify some titles * modify article to document * update some english version of documents in examples * Add english version of documents in examples/visions * Sync to current branch * Add english version of documents in examples
English | 简体中文
PaddleSeg Model Deployment
Model Version
Currently FastDeploy using RKNPU2 to infer PPSeg supports the following model deployments:
Model | Parameter File Size | Input Shape | mIoU | mIoU (flip) | mIoU (ms+flip) |
---|---|---|---|---|---|
Unet-cityscapes | 52MB | 1024x512 | 65.00% | 66.02% | 66.89% |
PP-LiteSeg-T(STDC1)-cityscapes | 31MB | 1024x512 | 77.04% | 77.73% | 77.46% |
PP-HumanSegV1-Lite(Universal portrait segmentation model) | 543KB | 192x192 | 86.2% | - | - |
PP-HumanSegV2-Lite(Universal portrait segmentation model) | 12MB | 192x192 | 92.52% | - | - |
PP-HumanSegV2-Mobile(Universal portrait segmentation model) | 29MB | 192x192 | 93.13% | - | - |
PP-HumanSegV1-Server(Universal portrait segmentation model) | 103MB | 512x512 | 96.47% | - | - |
Portait-PP-HumanSegV2_Lite(Portrait segmentation model) | 3.6M | 256x144 | 96.63% | - | - |
FCN-HRNet-W18-cityscapes | 37MB | 1024x512 | 78.97% | 79.49% | 79.74% |
Deeplabv3-ResNet101-OS8-cityscapes | 150MB | 1024x512 | 79.90% | 80.22% | 80.47% |
Prepare PaddleSeg Deployment Model and Conversion Model
RKNPU needs to convert the Paddle model to RKNN model before deploying, the steps are as follows:
- For the conversion of Paddle dynamic diagram model to ONNX model, please refer to PaddleSeg Model Export.
- For the process of converting ONNX model to RKNN model, please refer to Conversion document.