creativeIKEP / HolisticMotionCapture

HolisticMotionCapture is an application and package that can capture the motion of a person with only a monocular color camera and move the VRM avatar's pose, face, and hands.
Apache License 2.0
143 stars 17 forks source link

Feature: Export to VMD/MMD Motion file #6

Open rem0g opened 1 year ago

rem0g commented 1 year ago

Hello,

thank you for your github repo project.

Would it be possible to export the animation to VMD/MMD motion file? So i can use the file in another 3D viewer, like BabylonJS/ThreeJS with any VRM model.

If i am going to extend function that handles output of the motion, what function would that be?

Thanks

creativeIKEP commented 1 year ago

Hello, @rem0g Scripts in Packages/HolisticBarracuda directory inference landmarks and calculate avatar pose. So, You may generate VMD / MMD motion file by extending theis scripts.

Also, HolisticMotionCapture is depend on HolisticBarracuda and calculate avatar pose from landmarks output of HolisticBarracuda. You can calculate avatar pose yourself by using HolisticBarracuda and generate VMD / MMD motion file.