Files
FastDeploy/examples/vision/keypointdetection/det_keypoint_unite
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-PicoDet + PP-TinyPose Co-deployment (Pipeline)

Model Description

Now FastDeploy supports the deployment of the following models

Prepare PP-TinyPose Deployment Model

Export the PP-TinyPose and PP-PicoDet models. Please refer to Model Export

Attention: The exported inference model contains three files, including model.pdmodelmodel.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-PicoDet + PP-TinyPosePipelineexported models are provided below. Developers can download and use them directly.

Application Scenario Model Parameter File Size AP(Service Data set) AP(COCO Val Single/Multi-person) Single/Multi-person Inference Time (FP32) Single/Multi-person Inference TimeFP16)
Single-person Model Configuration PicoDet-S-Lcnet-Pedestrian-192x192 + PP-TinyPose-128x96 4.6MB + 5.3MB 86.2% 52.8% 12.90ms 9.61ms
Multi-person Model Configuration PicoDet-S-Lcnet-Pedestrian-320x320 + PP-TinyPose-256x192 4.6M + 5.3MB 85.7% 49.9% 47.63ms 34.62ms

Note

  • The accuracy of the keypoint detection model is based on the detection frame obtained by the pedestrian detection model.
  • The flip operation is removed from the accuracy test with the detection confidence threshold of 0.5.
  • The speed test environment is qualcomm snapdragon 865 with 4-thread inference under arm8.
  • The Pipeline speed covers the preprocessing, inference, and post-processing of the model.
  • In the accuracy test, images with more than 6 people (excluding 6 people) were removed from the multi-person data for fair comparison.

For more information: refer to PP-TinyPose official document

Detailed Deployment Tutorials