Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arun2002k/pose_detection
This model detects the real time pose and gait of the person under 25 frames per second.
https://github.com/arun2002k/pose_detection
gait-detection gait-patterns mediapipe opencv python3
Last synced: about 1 month ago
JSON representation
This model detects the real time pose and gait of the person under 25 frames per second.
- Host: GitHub
- URL: https://github.com/arun2002k/pose_detection
- Owner: arun2002k
- Created: 2023-09-26T13:40:05.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-05T11:22:49.000Z (about 1 year ago)
- Last Synced: 2023-11-06T06:22:32.334Z (about 1 year ago)
- Topics: gait-detection, gait-patterns, mediapipe, opencv, python3
- Language: Python
- Homepage:
- Size: 39.3 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
pip install opencv-python
pip install mediapipe
```
## Running TestsTo run tests, run the following command in terminal or Command Prompt.
```bash
python posedetction.py
```## Screenshot
![Picture1](https://github.com/arun2002k/pose_detection/assets/85438554/df6d2f55-de45-48c9-b4d9-8bf9f39a1b1b)