KevinLTT / video2bvh

Extracts human motion in video and save it as bvh mocap file.
MIT License
580 stars 90 forks source link

How I can retarget the motion to other 3D character model? #6

Closed Gorosia closed 4 years ago

Gorosia commented 4 years ago

Thanks for your work! I followed your 'demo.ipynb' and made my own bvh file. But it seems not work well, even if I use your 'cvh.bvh' file.

I downloaded blender, MakeHuman, makewalk.

First i load my mhx2 file (I use 'cmu mb skeleton) 스크린샷 2020-04-10 오전 11 01 37

And 'load and retarget' your 'cvh.bvh' 스크린샷 2020-04-10 오전 11 01 57

and play... 스크린샷 2020-04-10 오전 10 57 32 (sorry I can't make gif file or video file)

How do I fix this error?

KevinLTT commented 4 years ago

See this issue #3. Modify 'readBvhFile' function in makehuman may help.

Gorosia commented 4 years ago

Thanks for your comment. How about specifying this issue 'README.md' or somewhere?