Skip to content

Use openpose to determine how well you match your choreography

Notifications You must be signed in to change notification settings

zackpi/open-choreo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

open-choreo

Teaches you how to dance like Bruno Mars and other famous dancers!

Open-choreo uses openpose to see how well you match your favorite choreography videos. It compares your pose against those in dance videos and ensures that you've mastered your move.

Open-chorea uses advanced computer vision and machine learning modules such as OpenCV, Tensorflow, and websockets! But don't worry about that... just dance ♪┏(・o・)┛♪┗ ( ・o・) ┓♪

Server

This calculates poses using a state-of-the-art-server with a high-end GPU called "turtle" - thanks alamp.

To run this server, type: python posenet-python server.py

This server takes in base64 encoded images, calculates pose information using posenet, and returns the coordinates of your nose, mouth, and other bodily organs in medium-dimensional matrices.

Webcam

The client of the server is the webcam. The webcam takes each frame, converts it to a base64 string, and sends it to the server.

Then it processes the returned string and does a complex smoothing algorithm* that we invented ourselves (!!!). This ensures that the feedback you're seeing are TOP NOTCH.

*the smoothing algorithm takes historical frames and figures out the best result for the move.

Scoring

We also invented this algorithm, yipee!!! But yeah, it just tells you how good you are lol - calculates the error between your pose and the dance video's pose.

About

Use openpose to determine how well you match your choreography

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published