/bvh-parser

Python module to import, parse and elaborate BVH files

Primary LanguagePythonMIT LicenseMIT

BVH Parser for Python

Project to parse BVH files with:

  • python importer
  • structure management (joints and channel classes)
  • complete kinematic chains, including rototranslations
  • complementary functions to efficiently manage relative and absolute positioning
  • euler angles

Important

  • Some bvh files use different namings for joints. In particular, the root joint must be "Hip" to get this module working. We'll make it more general in the future.
  • Feel free to contribute and push :)

Developers

  • Marco Milesi for coding (integrations, mathematics, optimizations and scalability)
  • Gianbattista Madaschi for mathematics

Credits