pose-format icon indicating copy to clipboard operation
pose-format copied to clipboard

3D Pose

Open J22Melody opened this issue 11 months ago • 1 comments
trafficstars

Recently more and more work use 3D pose instead of 2D:

https://github.com/caizhongang/SMPLer-X

J22Melody avatar Dec 11 '24 18:12 J22Melody

Initial thoughts

A SMPL-Body contains a 3D mesh, a skeleton rig, pose blendshapes and dynamic blendshapes. A SMPL-Body can be shared in the form of OBJ file(s), animated FBX file(s), or as a set of mesh vertices, skeleton rig, pose blendshapes and dynamic blendshapes in other appropriate 3D file formats.

Thus, we might want to extend pose-format to be able to read obj and fbx files, with limited capabilities.

AmitMY avatar Dec 12 '24 14:12 AmitMY