czh-98 / STAR

Official code for "STAR: Skeleton-aware Text-based 4D Avatar Generation with In-Network Motion Retargeting"
https://star-avatar.github.io/
Apache License 2.0
38 stars 4 forks source link

Exporting skeleton motion only #4

Closed julkaztwittera closed 1 month ago

julkaztwittera commented 1 month ago

Hi, great work! I'm really impressed.

I wonder what is the fastest way to export the retargeted skeleton motion only, without the mesh?

czh-98 commented 1 month ago

You may use blender API, or convert fbx file to bvh file, to export skeleton only.

julkaztwittera commented 1 month ago

What if I wanted to export the motion as numpy file, but in Openpose format?

czh-98 commented 1 month ago

What if I wanted to export the motion as numpy file, but in Openpose format?

You may refer to the correspondence between SMPLX and Openpose to export the desired file(s).