Closed sailyung closed 4 years ago
Hi @sailyung ,
We are very interested in your bvh pipeline! Could you generously share or PR yours? I believe it should be helpful for many other audiences.
Thanks, Han
@sailyung
Order of joints and finger poses are listed below. Please be noted that:
0 : Wrist
1 : Index_00
2 : Index_01
3 : Index_02
4 : Middle_00
5 : Middle_01
6 : Middle_02
7 : Little_00
8 : Little_01
9 : Little_02
10 : Ring_00
11 : Ring_01
12 : Ring_02
13 : Thumb_00
14 : Thumb_01
15 : Thumb_02
16 : Index_03
17 : Middle_03
18 : Little_03
19 : Ring_03
20 : Thumb_03
reference MTC c++ bvhwriter
@sailyung culd you please share the link for MTC c++ bvhwriter, I am not able to find it.
@sailyung culd you please share the link for MTC c++ bvhwriter, I am not able to find it.
https://github.com/CMU-Perceptual-Computing-Lab/MonocularTotalCapture/blob/master/FitAdam/bvh.cpp https://github.com/CMU-Perceptual-Computing-Lab/MonocularTotalCapture/blob/master/FitAdam/src/BVHWriter.cpp
@sailyung nice! Very interested in a more detailed flow. Do you mind sharing it?
@sailyung were you able to write BVH using the MTC c++ BVHwriter.Should I put my efforts in doing the same?
i convert joints (body + hands) to bvh, but the hand pose is wrong in blender (body pose is right). please give me some advice. thx.