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

Top-down integral-regression-based pose estimation

Top-down methods divide the task into two stages: object detection, followed by single-object pose estimation given object bounding boxes. At the 2nd stage, integral regression based methods use a simple integral operation relates and unifies the heatmap and joint regression differentiably, thus obtain the keypoint coordinates given the features extracted from the bounding box area, following the paradigm introduced in Integral Human Pose Regression.

Results and Models

COCO Dataset

Results on COCO val2017 with detector having human AP of 56.4 on COCO val2017 dataset

ModelInput SizeAPARDetails and Download
ResNet-50+Debias-IPR256x2560.6750.765resnet_debias_coco.md
ResNet-50+DSNT256x2560.6740.764resnet_dsnt_coco.md
ResNet-50+IPR256x2560.6330.730resnet_ipr_coco.md