mmpose/configs/body_2d_keypoint
Peng Lu df0a374b5a
[Fix] add RTMO to README and fix some bugs with Inferencer (#2900)
2024-01-03 16:34:37 +08:00
..
associative_embedding Dev 1.x (#2752) 2023-10-12 18:14:58 +08:00
cid/coco [Refactor] Add metafile (#2135) 2023-04-06 11:58:28 +08:00
dekr Dev 1.x (#2752) 2023-10-12 18:14:58 +08:00
edpose/coco Dev 1.x (#2752) 2023-10-12 18:14:58 +08:00
integral_regression [Fix] Update Ubuntu version to fix CI (#2239) 2023-04-17 14:52:53 +08:00
rtmo [Fix] add RTMO to README and fix some bugs with Inferencer (#2900) 2024-01-03 16:34:37 +08:00
rtmpose [Feature] support RTMPose Gradio app in projects (#2877) 2023-12-22 16:33:36 +08:00
simcc [Feature] Update RTMPose Face models (#2405) 2023-05-29 14:30:09 +08:00
topdown_heatmap [CodeCamp2023-313]ExLPose data set support (#2778) 2023-12-22 16:33:35 +08:00
topdown_regression [Refactor] Add metafile (#2135) 2023-04-06 11:58:28 +08:00
yoloxpose Dev 1.x (#2752) 2023-10-12 18:14:58 +08:00
README.md [MMSIG-77] Translate demo/docs (#2228) 2023-04-21 19:36:58 +08:00

README.md

Human Body 2D Pose Estimation

Multi-person human pose estimation is defined as the task of detecting the poses (or keypoints) of all people from an input image.

Existing approaches can be categorized into top-down and bottom-up approaches.

Top-down methods (e.g. DeepPose) divide the task into two stages: human detection and pose estimation. They perform human detection first, followed by single-person pose estimation given human bounding boxes.

Bottom-up approaches (e.g. Associative Embedding) first detect all the keypoints and then group/associate them into person instances.

Data preparation

Please follow DATA Preparation to prepare data.

Demo

Please follow Demo to run demos.