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

Bottom-up Human Pose Estimation via Disentangled Keypoint Regression (DEKR)

DEKR (CVPR'2021)
@inproceedings{geng2021bottom,
  title={Bottom-up human pose estimation via disentangled keypoint regression},
  author={Geng, Zigang and Sun, Ke and Xiao, Bin and Zhang, Zhaoxiang and Wang, Jingdong},
  booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition},
  pages={14676--14686},
  year={2021}
}

DEKR is a popular 2D bottom-up pose estimation approach that simultaneously detects all the instances and regresses the offsets from the instance centers to joints.

In order to predict the offsets more accurately, the offsets of different joints are regressed using separated branches with deformable convolutional layers. Thus convolution kernels with different shapes are adopted to extract features for the corresponding joint.