Skip to content

State of the art for estimation of motion matrix involving pose estimation using mediapipe and dynamic time wrapping.

Notifications You must be signed in to change notification settings

Namangarg110/motion_matrix_evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Motion Matrix Evaluation

State of the art for estimation of motion matrix involving pose estimation using mediapipe and dynamic time wrapping.

DEMO

Functionalities

  • Draw posture on frames using media pipe
  • motion comparison and scoring using Dynamic Time Wraping

Tech Stack

  • Mediapipe:
  • opencv
  • dtaidistance

Introduction

Bodytracking to compare two 5-second dance videos and generate a score.

Working

This model is used to score motion and action using Dynamic Time Wraping and posture dectection. It can be used in various applications like dance training, gym tutor.

Running Instruction

open terminal and type the following

$ git clone https://github.com/Namangarg110/motion_matrix_evaluation
$ cd motion_matrix_evaluation
$ python3 -m venv motion-env
$ source motion-env/bin/activate
$ pip3 install -r requirements.txt
$ python3 main.py

output

Final Score is : <score>

Made By

Naman Garg

Naman Garg

Made with ❤️ by Naman

About

State of the art for estimation of motion matrix involving pose estimation using mediapipe and dynamic time wrapping.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages