a7b23 / Dance2Music

Automatic Dance-driven Music Generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DanceToMusic

​ This is the official repository accompanying the paper "Dance2Music: Automatic Dance-driven Music Generation", by Gunjan Aggarwal & Devi Parikh.

Paper link.
This repo requires OpenPose for running on GPU and OpenVINO for running on CPU.
To install OpenPose follow the instructions given here. Make sure to enable the BUILD_PYTHON flag while installing.
To install OpenVINO follow the instructions given here.

Live OpenPose

Run this on a GPU machine -

python Dance2Music_openpose.py

Run on an existing video using OpenPose

Run this on a GPU machine -

python Dance2Music_openpose.py --input video_fname

Live OpenVINO -

Can be run on a CPU -

python Dance2Music_openvino.py

Run on an existing video using OpenVINO -

Can be run on a CPU -

python Dance2Music_openvino.py --input video_fname

About

Automatic Dance-driven Music Generation


Languages

Language:Python 89.5%Language:HTML 10.5%