You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
2 years ago | |
---|---|---|
.python-version | 2 years ago | |
README.md | 2 years ago | |
poetry.lock | 2 years ago | |
pose_ordering.ipynb | 2 years ago | |
pyproject.toml | 2 years ago |
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