Files
FastDeploy/examples/vision/keypointdetection
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 | 简体中文

Keypoint Detection Model

Currently FastDeploy supports the deployment of two key point detection methods.

Task Description Model Format Example Version
Single person key point detection Deploy PP-TinyPose series models with input images containing only a single person Paddle Please refer to tinypose Release/2.5
Single/multi person key point detection Deploy the model tandem task of PicoDet + PP-TinyPose, where the input image first passes through the detection model to get an independent portrait sub-image, and then passes through the PP-TinyPose model to detect key points Paddle Please refer to det_keypoint_unite Release/2.5

Prepare Pre-trained Model

Here we provides the following pre-trained models, you can download and use them directly.

Model Description Model Format Version
PP-TinyPose-128x96 Single person key point detection Paddle Release/2.5
PP-TinyPose-256x192 Single person key point detection Paddle Release/2.5
PicoDet-S-Lcnet-Pedestrian-192x192 + PP-TinyPose-128x96 Single person key point detection tandem configuration Paddle Release/2.5
PicoDet-S-Lcnet-Pedestrian-320x320 + PP-TinyPose-256x192 Multi person key point detection tandem configuration Paddle Release/2.5