Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert 2D openpose to 3D mesh #56

Open
ahuilove opened this issue Mar 17, 2024 · 2 comments
Open

convert 2D openpose to 3D mesh #56

ahuilove opened this issue Mar 17, 2024 · 2 comments

Comments

@ahuilove
Copy link

I'm wondering if I can convert 2D pose to 3D mesh using SMPLer-X

@Wei-Chen-hub
Copy link
Collaborator

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.

@FangSen9000
Copy link

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants