Skip to content

PosturePerfection Prototype

Pre-release
Pre-release
Compare
Choose a tag to compare
@Ashwin-MJ Ashwin-MJ released this 30 Mar 11:50
· 215 commits to main since this 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