Demo-Maker / modules / rtmpose / configs / body_2d_keypoint / associative_embedding /
@mikado-4410 mikado-4410 authored on 11 Oct 2024
..
coco [update]RTMposeを用いた検出機能の実装 1 year ago
README.md [update]RTMposeを用いた検出機能の実装 1 year ago
README.md

Associative embedding: End-to-end learning for joint detection and grouping (AE)

Associative Embedding is one of the most popular 2D bottom-up pose estimation approaches, that first detect all the keypoints and then group/associate them into person instances.

In order to group all the predicted keypoints to individuals, a tag is also predicted for each detected keypoint. Tags of the same person are similar, while tags of different people are different. Thus the keypoints can be grouped according to the tags.