Dene33 / video_to_bvh

Convert human motion from video to .bvh
369 stars 112 forks source link

csv_joined key pionts type #30

Closed Adilrn closed 4 years ago

Adilrn commented 4 years ago

Hello, I have been thinking about using the key points in the final CSV join file to animate an avatar in Unity and I would like to know if anyone here has tried it already and if it is feasible. Is the x, y and z obtained, rotation or position point?

zq1335030905 commented 4 years ago

yes, It can work. the csv join file contains x,y,z obtained and not includes rotation. at last i can generate a bvh file and can be showned in blender player.

Adilrn commented 4 years ago

Thank you. But I wonder how one could achieve some animation that looks like the initial video in Unity as there is no rotation info? Any post that could guide me through that?