Skip to content

ColbyZhuang/BVH_reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BVH file reading and visualization

image

Requirment

python3.x
PyQt5
PyOpneGL

Code organization

├── README.md             <- Top-level README.
├── test_data            <- bvh data path.
├── matrix.py            <- matrix operation .
├── bone.py            <- bone class.
├── bvh.py            <- bvh read.
├── motionfeature_bvh.py      <- motion feature, e.g., position.
├── read_bvh_view_test.py      <- visualization

visualization

python read_bvh_view_test.py 

tips: rotation order(xyz)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages