baojunshan / pose3d2bvh

body25 + hand pose3d to bvh
13 stars 2 forks source link

Standard pose skeleton #3

Open gilmartinspinheiro opened 7 months ago

gilmartinspinheiro commented 7 months ago

Hello!

First of all, thank you for your great work :)

I am struggling to understand the creation of the standard skeleton here https://github.com/baojunshan/pose3d2bvh/blob/20224578c4ca0a74e8871d1dfe22f8625050c558/bvh/body25hand21.py#L28

More specifically, I am struggling to understand what is the thought process for the hands.

For example, why is (7, 30): [3, 0, 1] picked here? https://github.com/baojunshan/pose3d2bvh/blob/20224578c4ca0a74e8871d1dfe22f8625050c558/bvh/body25hand21.py#L79

Hope you can help, thank you in advance!