BarqueroGerman / FlowMDM

[CVPR 2024] Official Implementation of "Seamless Human Motion Composition with Blended Positional Encodings".
https://barquerogerman.github.io/FlowMDM/
Other
200 stars 8 forks source link

BVH file as a output #8

Open iamthephd opened 5 months ago

iamthephd commented 5 months ago

Congratulation for the awesome work!

Can you please provide a code to get a BVH file as a output?

BarqueroGerman commented 5 months ago

Hi!

I am planning to have a look into this in a few weeks and support it natively from this repository. Meanwhile, please refer to this issue from the MDM repository that explains how to transform the SMPL object to the BVH format:

https://github.com/GuyTevet/motion-diffusion-model/issues/32

Thanks!

iamthephd commented 4 months ago

I have managed to do the BVH generation part.

request : https://github.com/BarqueroGerman/FlowMDM/pull/12

BarqueroGerman commented 4 months ago

That's amazing!! I will review it as soon as possible and merge it. Thanks a lot for your contribution!!