lasagnaphil / c3d-to-bvh

C3D to BVH converter
MIT License
5 stars 2 forks source link

c3d_to_bvh or bvh_to_c3d? #1

Closed Xinqi-L closed 2 years ago

Xinqi-L commented 2 years ago

I'm longing for a way to convert c3d to bvh. But the code seems to be a way for converting bvh to c3d? Is there a way to convert c3d to bvh?

lasagnaphil commented 2 years ago

It is c3d to bvh, but it’s tailor-made to a specific format (lower-body Vicon Plug-in Gait markers) for biomechanics purposes. It’s not intended for general use, this repo was meant to be used inside our research lab few years ago.

If you want to convert c3d motion data to bvh in general, I highly recommend either using MotionBuilder, or write your own optimization-based skeletal fitting code.