https://github.com/tpltnt/bvh2dot
visualize BVH file skeletons using graphviz
https://github.com/tpltnt/bvh2dot
bvh dot graphviz motioncapture
Last synced: over 1 year ago
JSON representation
visualize BVH file skeletons using graphviz
- Host: GitHub
- URL: https://github.com/tpltnt/bvh2dot
- Owner: tpltnt
- License: mit
- Created: 2019-12-27T14:28:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T18:08:06.000Z (over 6 years ago)
- Last Synced: 2025-01-23T00:41:13.230Z (over 1 year ago)
- Topics: bvh, dot, graphviz, motioncapture
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bvh2dot
visualize BVH file skeletons using graphviz
generate dot/graphviz file: `./bvh_skeleton_viz.py [-h] [--outfile OUTFILE] bvhfile`
generate graph image: `dot -Tpng -o skeleton_tree.png skeleton_tree.gv`
# references
* [Biovision BVH file format explanation](https://research.cs.wisc.edu/graphics/Courses/cs-838-1999/Jeff/BVH.html)
* [wikipedia: BVH file](https://en.wikipedia.org/wiki/Biovision_Hierarchy)
* [graphviz](http://graphviz.org/) - open source graph visualization software