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

RTMPose

Recent studies on 2D pose estimation have achieved excellent performance on public benchmarks, yet its application in the industrial community still suffers from heavy model parameters and high latency. In order to bridge this gap, we empirically study five aspects that affect the performance of multi-person pose estimation algorithms: paradigm, backbone network, localization algorithm, training strategy, and deployment inference, and present a high-performance real-time multi-person pose estimation framework, RTMPose, based on MMPose. Our RTMPose-m achieves 75.8% AP on COCO with 90+ FPS on an Intel i7-11700 CPU and 430+ FPS on an NVIDIA GTX 1660 Ti GPU, and RTMPose-l achieves 67.0% AP on COCO-WholeBody with 130+ FPS, outperforming existing open-source libraries. To further evaluate RTMPose's capability in critical real-time applications, we also report the performance after deploying on the mobile device.

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
RTMPose-t256x1920.6820.736rtmpose_coco.md
RTMPose-s256x1920.7160.768rtmpose_coco.md
RTMPose-m256x1920.7460.795rtmpose_coco.md
RTMPose-l256x1920.7580.806rtmpose_coco.md
RTMPose-t-aic-coco256x1920.6850.738rtmpose_coco.md
RTMPose-s-aic-coco256x1920.7220.772rtmpose_coco.md
RTMPose-m-aic-coco256x1920.7580.806rtmpose_coco.md
RTMPose-l-aic-coco256x1920.7650.813rtmpose_coco.md
RTMPose-m-aic-coco384x2880.7700.816rtmpose_coco.md
RTMPose-l-aic-coco384x2880.7730.819rtmpose_coco.md

MPII Dataset

ModelInput SizePCKh@0.5PCKh@0.1Details and Download
RTMPose-m256x2560.9070.348rtmpose_mpii.md

CrowdPose Dataset

Results on CrowdPose test with YOLOv3 human detector

ModelInput SizeAPARDetails and Download
RTMPose-m256x1920.7060.788rtmpose_crowdpose.md

Human-Art Dataset

Results on Human-Art validation dataset with detector having human AP of 56.2 on Human-Art validation dataset

ModelInput SizeAPARDetails and Download
RTMPose-s256x1920.3110.381rtmpose_humanart.md
RTMPose-m256x1920.3550.417rtmpose_humanart.md
RTMPose-l256x1920.3780.442rtmpose_humanart.md

Results on Human-Art validation dataset with ground-truth bounding-box

ModelInput SizeAPARDetails and Download
RTMPose-s256x1920.6980.732rtmpose_humanart.md
RTMPose-m256x1920.7280.759rtmpose_humanart.md
RTMPose-l256x1920.7530.783rtmpose_humanart.md