Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

RTMPose: Real-Time Multi-Person Pose Estimation based on MMPose

About

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 explore key factors in pose estimation including paradigm, model architecture, training strategy, and deployment, 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. To further evaluate RTMPose's capability in critical real-time applications, we also report the performance after deploying on the mobile device. Our RTMPose-s achieves 72.2% AP on COCO with 70+ FPS on a Snapdragon 865 chip, outperforming existing open-source libraries. Code and models are released at https://github.com/open-mmlab/mmpose/tree/1.x/projects/rtmpose.

Tao Jiang, Peng Lu, Li Zhang, Ningsheng Ma, Rui Han, Chengqi Lyu, Yining Li, Kai Chen• 2023

Related benchmarks

TaskDatasetResultRank
2D Human Pose EstimationCOCO 2017 (val)
AP78.3
386
Multi-person Pose EstimationCrowdPose (test)
AP70.6
177
Whole-body Pose EstimationCOCO-Wholebody 1.0 (val)
Body AP71.4
64
2D Human Pose EstimationMPII (val)--
61
Human Pose EstimationCOCO keypoint (val)
AP68.2
23
Whole-body Pose EstimationCOCO-WholeBody 1.0
Whole-body AP65.3
20
Pose EstimationHumans-5K (test)
Body AP57.1
13
Body Pose EstimationCOCO-SinglePerson 1.0 (val)
AP83.5
10
2D hand pose estimationProposed Surgical Dataset L0 to L2 (test)
Mean Joint Error (MJE)16.9
7
Multi-person Pose EstimationCOCO 2017 (val)
Pipeline AP74.2
4
Showing 10 of 13 rows

Other info

Code

Follow for update