PeizhuoLi / ganimator

A motion generation model learned from a single example [SIGGRAPH 2022]
Other
383 stars 46 forks source link

Motion Mixing #8

Closed Neptune-Trojans closed 2 years ago

Neptune-Trojans commented 2 years ago

Hi,

I want to train with several bvh files and to use motion mixing feature. From what I see bvh_name gets single string, and multiple_sequences is deprecated.

How you actually do it ?

Thanks for assistance.

PeizhuoLi commented 2 years ago

Hi, the code for training several bvh files together is not ready yet. It will be released in the next update (hopefully by this week).

Neptune-Trojans commented 2 years ago

Hi, the same question about conditional generation, generation by given path . Is is included in current code ?If so how I can use it ?

PeizhuoLi commented 2 years ago

Yes. It is the same case. The application part hasn't been released.

Neptune-Trojans commented 2 years ago

Thanks for your answers, I will wait for the new release.