This model detects the real time pose and gait of the person under 25 frames per second. Build using python3 and the package used is Mediapipe for gait detection. Opencv is used in image/video processing and analysis.
Install Opencv and Mediapipe
pip install opencv-python
pip install mediapipe
To run tests, run the following command in terminal or Command Prompt.
python posedetction.py