mmpose/configs/wholebody_2d_keypoint
Peng Lu a3888279c7 [Doc] Add RTMW yaml file (#2881) 2023-12-22 16:33:36 +08:00
..
dwpose Dev 1.x (#2752) 2023-10-12 18:14:58 +08:00
rtmpose [Doc] Add RTMW yaml file (#2881) 2023-12-22 16:33:36 +08:00
topdown_heatmap 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

2D Human Whole-Body Pose Estimation

2D human whole-body pose estimation aims to localize dense landmarks on the entire human body including face, hands, body, and feet.

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

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

Bottom-up approaches (e.g. AE) first detect all the whole-body 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.