DJW cdece0b32a 第一次提交 há 7 meses atrás
..
associative_embedding cdece0b32a 第一次提交 há 7 meses atrás
cid cdece0b32a 第一次提交 há 7 meses atrás
dekr cdece0b32a 第一次提交 há 7 meses atrás
integral_regression cdece0b32a 第一次提交 há 7 meses atrás
rtmpose cdece0b32a 第一次提交 há 7 meses atrás
simcc cdece0b32a 第一次提交 há 7 meses atrás
topdown_heatmap cdece0b32a 第一次提交 há 7 meses atrás
topdown_regression cdece0b32a 第一次提交 há 7 meses atrás
README.md cdece0b32a 第一次提交 há 7 meses atrás

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.