sloganking / BvhToMimic

Converting .bvh files to DeepMimic animations
MIT License
14 stars 2 forks source link

Use existing BVH parser #3

Closed BartMoyaers closed 5 years ago

BartMoyaers commented 5 years ago

Instead of manually creating a json file, which we then need to parse ourselves, it might be handy to use an existing parser like: https://github.com/20tab/bvh-python

(Just a proposal of course.)

I'm probably going to look into this in the future, as the BVH format seems to be used quite extensively, like in this database: http://mocap.cs.sfu.ca/

sloganking commented 5 years ago

@BartMoyaers the existing parser you linked looks great. I'll start playing with it. Thanks for the help!

sloganking commented 5 years ago

https://github.com/20tab/bvh-python is now being utilized.