Skip to content

This is my own research project and is currently under develeopment.

Notifications You must be signed in to change notification settings

crazy-bot/Dance-Pose-Synthesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

Dance Pose Synthesis

The idea is to generate new dance pose given a audio clip

Dataset Generation

Step 1

Download dance videos from YouTube/other sources

Step 2

Extract frames from the video

e.g. ffmpeg -i video-path -r 24 folder-path/image%04d.png

This will extract and save images with 24 fps to the given folder path.

Step 3

Background elimination and human body part segmentation:

I have used CVPR'18 spotlight WSHP for this. Repository is forked from here

orginal frame:

orginal frame

Segmented frame:

Segmented

New Dance Pose Synthesis

Till now I experimented with Progressive GAN to generate noble pose trained with 11 dance videos having total 11,931 frames.

Output frames:

output

To be Continued...

Audio guided pose generation

Sequential pose generation

Overall dance choreography

About

This is my own research project and is currently under develeopment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published