End-to-End Learning of Deformable Mixture of Parts and Deep Convolutional Neural Networks for Human Pose Estimation
Pose estimation results on the LSP [1] dataset, the FLIC [2] dataset, and the Image Parse [3] dataset for the following paper.
Wei Yang, Wanli Ouyang, Hongsheng Li, Xiaogang Wang. "End-to-End Learning of Deformable Mixture of Parts and Deep Convolutional Neural Networks for Human Pose Estimation". In CVPR, 2016.
Please run demo_eval_DATASETNAME.m
to evaluate a specific dataset. DATASETNAME
can be lsp
, flic
or parse
.
The evaluation code for the PCP and the PCK measurements are from a widely used version from the MPII Human Pose Dataset. The code for the PDJ measurement is from Chen and Yuille, NIPS'14
@InProceedings{yang2016end,
Title = {End-to-End Learning of Deformable Mixture of Parts and Deep Convolutional Neural Networks for Human Pose Estimation},
Author = {Yang, Wei and Ouyang, Wanli and Li, Hongsheng and Wang, Xiaogang},
Booktitle = {CVPR},
Year = {2016}
}
- S. Johnson and M. Everingham. Clustered pose and nonlinear appearance models for human pose estimation. In BMVC, 2010.
- B. Sapp and B. Taskar. Modec: Multimodal decomposable models for human pose estimation. In CVPR, 2013.
- D. Ramanan. Learning to parse images of articulated objects. In NIPS, 2006.