PeizhuoLi / ganimator

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

problems in bvh channels #12

Closed JiuZhouu closed 1 year ago

JiuZhouu commented 1 year ago

Hi, thanks for the great paper and library!

I'm also attempting to train the model on a custom .bvh animation, which is downloaded from Mixamo as .fbx files.

When I tried to change .fbx into .bvh file, I put .fbx into Blender and exported as .bvh. However, the number of channels of child joints is not fixed, seems to be some 3 and some 6. dance.txt

Is there any way to export .bvh files and limit the channels?

JiuZhouu commented 1 year ago
  1. Hi there,I used the fbx2bvh.py from deep-motion-editing.

it seemingly worked. Thank you for great code!

  1. BTW, is there any way to modify the key frame easily? (for the demo key-frame-editing)
PeizhuoLi commented 1 year ago

You may try to use MotionBuilder or Blender to edit

JiuZhouu commented 1 year ago

Thanks, I would try it.