simple bvh file parser module for python3.
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
- Easy Parsing BVH file
$ git clone https://github.com/keit0222/bvh_parser.git
$ cd bvh_parser
$ python main.py
- python 3.x.x
facebook: Keita Tomochika qiita: @tomochiii
This software is released under the MIT License, see LICENSE.txt.