mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 08:37:06 +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 * 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
English | 简体中文
PP-TinyPose Model Deployment
Model Description
Now FastDeploy supports the deployment of the following models
Prepare PP-TinyPose Deployment Model
Export the PP-TinyPose model. Please refer to Model Export
Attention: The exported PP-TinyPose model contains three files, including model.pdmodel
、model.pdiparams
and infer_cfg.yml
. FastDeploy will get the pre-processing information for inference from yaml files.
Download Pre-trained Model
For developers' testing, part of the PP-TinyPose exported models are provided below. Developers can download and use them directly.
Model | Parameter File Size | Input Shape | AP(Service Data set) | AP(COCO Val) | FLOPS | Single/Multi-person Inference Time (FP32) | Single/Multi-person Inference Time(FP16) |
---|---|---|---|---|---|---|---|
PP-TinyPose-128x96 | 5.3MB | 128x96 | 84.3% | 58.4% | 81.56 M | 4.57ms | 3.27ms |
PP-TinyPose-256x192 | 5.3M | 256x96 | 91.0% | 68.3% | 326.24M | 14.07ms | 8.33ms |
Note
- The keypoint detection model uses
COCO train2017
andAI Challenger trainset
as the training sets andCOCO person keypoints val2017
as the test set. - The detection frame, through which we get the accuracy of the keypoint detection model, is obtained from the ground truth annotation.
- The speed test environment is Qualcomm Snapdragon 865 with 4-thread inference under arm8.
For more information: refer to PP-TinyPose official document