Files
FastDeploy/examples/vision/matting/ppmatting
yeliang2258 45865c8724 [Other] Change all XPU to KunlunXin (#973)
* [FlyCV] Bump up FlyCV -> official release 1.0.0

* XPU to KunlunXin

* update

* update model link

* update doc

* update device

* update code

* useless code

Co-authored-by: DefTruth <qiustudent_r@163.com>
Co-authored-by: DefTruth <31974251+DefTruth@users.noreply.github.com>
2022-12-27 10:02:02 +08:00
..

PP-Matting模型部署

模型版本说明

支持模型列表

目前FastDeploy支持如下模型的部署

导出部署模型

在部署前需要先将PP-Matting导出成部署模型导出步骤参考文档导出模型(Tips:导出PP-Matting系列模型和PP-HumanMatting系列模型需要设置导出脚本的--input_shape参数)

下载预训练模型

为了方便开发者的测试下面提供了PP-Matting导出的各系列模型开发者可直接下载使用。

其中精度指标来源于PP-Matting中对各模型的介绍(未提供精度数据)详情各参考PP-Matting中的说明。

模型 参数大小 精度 备注
PP-Matting-512 106MB -
PP-Matting-1024 106MB -
PP-HumanMatting 247MB -
Modnet-ResNet50_vd 355MB -
Modnet-MobileNetV2 28MB -
Modnet-HRNet_w18 51MB -

详细部署文档