https://github.com/seanny123/py_bvh
Parsing BVH files with Python
https://github.com/seanny123/py_bvh
computer-vision
Last synced: over 1 year ago
JSON representation
Parsing BVH files with Python
- Host: GitHub
- URL: https://github.com/seanny123/py_bvh
- Owner: Seanny123
- License: other
- Created: 2017-05-19T03:12:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T03:30:16.000Z (about 9 years ago)
- Last Synced: 2025-03-15T08:38:01.988Z (over 1 year ago)
- Topics: computer-vision
- Language: Python
- Size: 9.77 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# PyBvh
Parsing BVH files with Python and converting them to cartesian co-ordinates suitable for animation with `matplotlib`. Adapted from [`cgkit`](http://cgkit.sourceforge.net/) and [`BVHPlay`](https://sites.google.com/a/cgspeed.com/cgspeed/bvhplay). May lose rotation data, so if you were expecting accurate quaternions you're gonna have a bad time.
See `bvh_to_json.py` for usage example.
Compatible with Python 2 and 3, but please use Python 3.
The only requirement is `numpy`.