Demo-Maker / modules / rtmpose / configs / body_2d_keypoint /
@mikado-4410 mikado-4410 authored on 11 Oct 2024
..
associative_embedding [update]RTMposeを用いた検出機能の実装 1 year ago
cid/ coco [update]RTMposeを用いた検出機能の実装 1 year ago
dekr [update]RTMposeを用いた検出機能の実装 1 year ago
edpose/ coco [update]RTMposeを用いた検出機能の実装 1 year ago
integral_regression [update]RTMposeを用いた検出機能の実装 1 year ago
rtmo [update]RTMposeを用いた検出機能の実装 1 year ago
rtmpose [update]RTMposeを用いた検出機能の実装 1 year ago
simcc [update]RTMposeを用いた検出機能の実装 1 year ago
topdown_heatmap [update]RTMposeを用いた検出機能の実装 1 year ago
topdown_regression [update]RTMposeを用いた検出機能の実装 1 year ago
yoloxpose [update]RTMposeを用いた検出機能の実装 1 year ago
README.md [update]RTMposeを用いた検出機能の実装 1 year ago
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.