Skip to content

aravindev/bvh-file-parser-python-3

This branch is 10 commits behind tomochi222/motion-data-analyzer:master.

Repository files navigation

Parse BVH (BioVision Hierarchical) motion capture files

simple bvh file parser module for python3.

Description

This is a module and sample script for parsing the bvh file. If the constructor is given a file path as an argument, analysis will be executed. The analysis result is stored in the variable motions. About BVH (Biovision Hierarchical) format

Features

  • Easy Parsing BVH file

Installation/Minimum Requirement

$ git clone https://github.com/keit0222/bvh_parser.git
$ cd bvh_parser
$ python main.py
  • python 3.x.x

Author/Contributors

facebook: Keita Tomochika qiita: @tomochiii

License

This software is released under the MIT License, see LICENSE.txt.

About

parse bvh file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%