KevinLTT / video2bvh

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

It seems that the openpose_skeleton.py isn't finished yet? #25

Closed zhangzhensong closed 3 years ago

zhangzhensong commented 3 years ago

Hi, it the cmu_skeleton.py you have also implemented get_bvh_header and pose2euler, while in openpose_skeleton.py not. Do you have plan to develop these functions for openpose skeleton?

KevinLTT commented 3 years ago

I implemented the CMU one because the skeleton provided by MakeHuman is in CMU format. Currently I am lazy have no time to implement the openpose methods. You can implemented it if you have interests, and PR is welcome~