Home

Awesome

CrowdPose: Efficient Crowded Scenes Pose Estimation and A New Benchmark

<p align='center'> <img src="crowdpose.gif", width="360"> </p>

Citation

If you find our works useful in your reasearch, please consider citing:

@article{li2018crowdpose,
  title={CrowdPose: Efficient Crowded Scenes Pose Estimation and A New Benchmark},
  author={Li, Jiefeng and Wang, Can and Zhu, Hao and Mao, Yihuan and Fang, Hao-Shu and Lu, Cewu},
  journal={arXiv preprint arXiv:1812.00324},
  year={2018}
}

Introduction

This is the official repo of CVPR2019 paper CrowdPose: Efficient Crowded Scenes Pose Estimation and A New Benchmark. Our proposed method surpasses the state-of-the-art methods on CrowdPose dataset by 5 mAP and results on MSCOCO dataset demonstrate the generalization ability of our method (comparatively 0.8 mAP higher). Images in our proposed CrowdPose dataset have a uniform distribution of Crowd Index among [0, 1].

Code

We provide evaluation tools for CrowdPose dataset. Our evaluation tools is developed based on @cocodataset/cocoapi. The source code of our model has been integrated into AlphaPose.

Dataset

Train + Validation + Test Images (Google Drive)

Annotations (Google Drive)

Results

Results on CrowdPose Validation:

Compare with state-of-the-art methods

<center>
MethodAP @0.5:0.95AP @0.5AP @0.75AR @0.5:0.95AR @0.5AR @0.75
Detectron (Mask R-CNN)57.283.560.365.989.369.4
Simple Pose (Xiao et al.)60.881.465.767.386.371.8
Ours66.084.271.572.789.577.5
</center>

Compare with open-source systems

<center>
MethodAP @EasyAP @MediumAP @HardFPS
OpenPose (CMU-Pose)62.748.732.35.3
Detectron (Mask R-CNN)69.457.945.82.9
Ours75.566.357.410.1
</center>

Results on MSCOCO Validation:

<center>
MethodAP @0.5:0.95AR @0.5:0.95
Detectron (Mask R-CNN)64.871.1
Simple Pose (Xiao et al.)69.874.1
AlphaPose70.976.4
</center>

Contributors

CrowdPose is authored by Jiefeng Li, Can Wang, Hao Zhu, Yihuan Mao, Hao-Shu Fang, and Cewu Lu.