PosturePerfection Prototype
Pre-release
Pre-release
Outline
Feast your eyes on the newest PosturePerfection release, revising the real-time output. The live video input stream is now passed through the pipeline performing pose estimation and posture estimation before displaying the video feed with the detected posture displayed. A settings page has also been included which allows some configuration of the pipeline.
Installation
Pre-built (recommended)
Simply run our installation script (attached as an asset). To download and run installation:
wget https://github.com/ESE-Peasy/PosturePerfection/releases/download/v0.3.0/PosturePerfection_install_0.3.0.sh
sh PosturePerfection_install_0.3.0.sh
Source
To build this release from source, checkout this release and follow the instructions provided in the README.md:
# Download the repository
git clone https://github.com/ESE-Peasy/PosturePerfection.git
cd PosturePerfection
# Checkout this release
git checkout v0.3.0
Then follow instructions in the README.md