Lisbonpose is a project to make use of great deep learning pose prediction software like openpose and alphapose for gait analysis research.
While pose prediction has come a long way in the past few years it is still no where near the gold standard (motion capture). So this project aims to extract foot/ankle position and transform them into 2D ground coordinates.
- conda
- opencv
- PyQt5
- Alphapose
To install please run:
git clone https://github.com/wahabk/lisbonpose
cd lisbonpose
conda env create -f environment.yml
conda activate chess
python3 -m pip install .
Please look at examples/Lisbonpose.ipynb
for an example on how to run lisbonpose with alphapose on Google Colab