You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
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
About
This model detects the real time pose and gait of the person under 25 frames per second.