Open ahuilove opened 8 months ago
Hi, openpose -> 3d mesh is beyond our project scope.
If you mean render smplx pose to 3d meshes, you can see: https://github.com/caizhongang/SMPLer-X/blob/main/main/render.py#L29
Trimesh also allows to transform smplx model to Open3d mesh with similiar approach.
@ahuilove I think smpl outputs keypoint data that similar to openpose format, and all the grid-based human videos are implemented through a visual script.
Maybe you can implement openpose 3D to Mesh-Human with this visualization script. Am I right? @Wei-Chen-hub
I'm wondering if I can convert 2D pose to 3D mesh using SMPLer-X