PCA on MPII Human Pose Dataset
.python-version | ||
poetry.lock | ||
pose_ordering.ipynb | ||
pyproject.toml | ||
README.md |
About
Runs PCA on poses on MPII Human Pose Dataset. Inspired by Moretti & Impett's Totentanz (2017).
Pose extraction based on meghshukla.
Setup
Install dependencies:
poetry install
wget https://datasets.d2.mpi-inf.mpg.de/andriluka14cvpr/mpii_human_pose_v1_u12_2.zip
unzip mpii_human_pose_v1_u12_2.zip
To install jupyter kernel & run notebook:
poetry run ipython kernel install --user --name=mpii
poetry run jupyter notebook