Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 607 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 607 Bytes

pose_detection

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.

Installation

Install Opencv and Mediapipe

 pip install opencv-python
 pip install mediapipe

Running Tests

To run tests, run the following command in terminal or Command Prompt.

 python posedetction.py

Screenshot

Picture1