Skip to content

This model detects the real time pose and gait of the person under 25 frames per second.

Notifications You must be signed in to change notification settings

arun2002k/pose_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This model detects the real time pose and gait of the person under 25 frames per second.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages