sebastianstarke / AI4Animation

Bringing Characters to Life with Computer Brains in Unity
7.41k stars 1.03k forks source link

2022 Unity Dance Demo: How to generate music feature files #97

Closed arixlin closed 1 year ago

arixlin commented 1 year ago

Hi Sebastian,

I want to use other music to generate animations in Demo Dance, how do I generate feature files?

Thanks!

sebastianstarke commented 1 year ago

I used the processing pipeline by the Transflower paper to generate music features, however, modified the format a little bit. I will look for the code I made for that and include it here if I find it, but the easiest way may be to generate your own music feature format using librosa and retrain the system. The dance movements in this version are from the KTH dataset.

arixlin commented 1 year ago

@sebastianstarke Thanks for the reply!

starryforest-ymxk commented 1 month ago

I just did some work on this. If you still have this question, you can find it here : DeepPhase-DanceGeneration Hope it help you. :) @arixlin