Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 838 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 838 Bytes

MPII Dataset

  • Website
  • Andriluka, Mykhaylo, et al. "2d human pose estimation: New benchmark and state of the art analysis." Proceedings of the IEEE Conference on computer Vision and Pattern Recognition. 2014. [paper][pdf]

How to download?

The dataset is about 12.1 GB. In case you prefer to download it on your computer, you can use your terminal for it. Execute the following command in your terminal to download the whole dataset.

cd <torch_shnet path>/data/MPII/
curl -o mpii_human_pose_v1.tar.gz https://datasets.d2.mpi-inf.mpg.de/andriluka14cvpr/mpii_human_pose_v1.tar.gz
tar -xvzf mpii_human_pose_v1.tar.gz