Skip to content

used mediapipe models, takes coordinates of the vertices of body then generates frame

Notifications You must be signed in to change notification settings

TanimSk/poseToAnimation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo Video - https://www.youtube.com/watch?v=FMKiek_8b6s

How to use -

pip install opencv-python mediapipe
git clone https://github.com/TanimSk/poseToAnimation
cd poseToAnimation
python main.py

what it does -
tracks pose and generates stick figure frame by frame.

how does it work -
tracks with 33 pose landmarks using ML model and returns the coordinates. Then generates a frame by connecting and manipulating the coords.

MediaPipe

why i need it -
you can generate stick figure animation for game development or just mess around with ML stuffs.

Demo

About

used mediapipe models, takes coordinates of the vertices of body then generates frame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages