Simple Baselines for Human Pose Estimation and Tracking
About
There has been significant progress on pose estimation and increasing interests on pose tracking in recent years. At the same time, the overall algorithm and system complexity increases as well, making the algorithm analysis and comparison more difficult. This work provides simple and effective baseline methods. They are helpful for inspiring and evaluating new ideas for the field. State-of-the-art results are achieved on challenging benchmarks. The code will be available at https://github.com/leoxiaobin/pose.pytorch.
Bin Xiao, Haiping Wu, Yichen Wei• 2018
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Human Pose Estimation | COCO (test-dev) | AP76.5 | 408 | |
| 2D Human Pose Estimation | COCO 2017 (val) | AP76.6 | 386 | |
| Pose Estimation | COCO (val) | AP76.6 | 319 | |
| Human Pose Estimation | MPII (test) | Shoulder PCK96.6 | 314 | |
| Human Pose Estimation | COCO 2017 (test-dev) | AP75.4 | 180 | |
| Multi-person Pose Estimation | CrowdPose (test) | AP60.8 | 177 | |
| Facial Landmark Detection | WFLW (test) | -- | 122 | |
| Multi-person Pose Estimation | COCO (test-dev) | AP76.5 | 101 | |
| Multi-person Pose Estimation | COCO 2017 (test-dev) | AP76.5 | 99 | |
| Pose Estimation | OCHuman (test) | AP58.2 | 95 |
Showing 10 of 90 rows
...