CrowdPose.md

December 22, 2019 ยท View on GitHub

CrowdPose: Efficient Crowded Scenes Pose Estimation and A New Benchmark (accepted to CVPR2019)

Introduction

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 is integrated into AlphaPose.

Quick Start

Run with matching option to use the matching algorithm in CrowdPose.

  • Input dir: Run AlphaPose for all images in a folder with:
python3 demo.py --indir ${img_directory} --outdir examples/res --matching

Dataset

Train + Validation + Test Images (Google Drive)

Annotations (Google Drive)

Results

Results on CrowdPose Validation:

Compare with state-of-the-art methods

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

Compare with open-source systems

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

Results on MSCOCO Validation:

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

Contributors

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