Files
FastDeploy/examples/vision/matting/ppmatting
charl-u cbf88a46fa [Doc]Update English version of some documents (#1083)
* 第一次提交

* 补充一处漏翻译

* 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

* Add english version of documents in examples

* Add english version of documents in examples

* Update some documents in examples

* Update some documents in examples

* Update some documents in examples

* Update some documents in examples

* Update some documents in examples

* Update some documents in examples

* Update some documents in examples

* Update some documents in examples

* Update some documents in examples
2023-01-09 10:08:19 +08:00
..

English | 简体中文

PP-Matting Model Deployment

Model Description

List of Supported Models

Now FastDeploy supports the deployment of the following models

Export Deployment Model

Before deployment, PP-Matting needs to be exported into the deployment model. Refer to Export Model for more information. (Tips: You need to set the --input_shape parameter of the export script when exporting PP-Matting and PP-HumanMatting models)

Download Pre-trained Models

For developers' testing, models exported by PP-Matting are provided below. Developers can download and use them directly.

The accuracy metric is sourced from the model description in PP-Matting. (Accuracy data are not provided) Refer to the introduction in PP-Matting for more details.

Model Parameter Size Accuracy Note
PP-Matting-512 106MB -
PP-Matting-1024 106MB -
PP-HumanMatting 247MB -
Modnet-ResNet50_vd 355MB -
Modnet-MobileNetV2 28MB -
Modnet-HRNet_w18 51MB -

Detailed Deployment Tutorials