Thanks to visit codestin.com
Credit goes to github.com

Skip to content

This project detects human poses in videos using MediaPipe with Kalman and Butterworth filters, ensuring smooth and accurate motion tracking for applications like activity recognition and motion analysis.

Notifications You must be signed in to change notification settings

nargesyaghoubi/pose_detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pose Detection using MediaPipe Model with Kalman & Butterworth Filters

This project performs human pose detection in video streams using the MediaPipe Pose model. The detected landmarks are refined with Kalman and Butterworth filters to reduce noise, resulting in smoother and more accurate visualization of body movements.

Output

Features

  • Detects body landmarks from video using MediaPipe Pose
  • Applies Kalman and Butterworth filters for smoother and more stable tracking
  • Handles high-speed videos with reliable pose detection
  • Draws pose skeleton with customizable colors
  • Outputs a refined video with accurate pose visualization

Requirements

  • OpenCV
  • MediaPipe
  • NumPy
  • SciPy

Usage

  1. Clone the repository:
git clone https://github.com/nargesyaghoubi/pose_detection
  1. Install required libraries:
pip install -r requirements.txt

License

This project is licensed under the MIT License . see the LICENSE file for details.

Contact

For any inquiries, please contact:

Links

Narges Yaghoubi

portfolio

linkedin

About

This project detects human poses in videos using MediaPipe with Kalman and Butterworth filters, ensuring smooth and accurate motion tracking for applications like activity recognition and motion analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published