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

Visualize SMPL #14

Open
wang-zm18 opened this issue Mar 7, 2023 · 3 comments
Open

Visualize SMPL #14

wang-zm18 opened this issue Mar 7, 2023 · 3 comments

Comments

@wang-zm18
Copy link

Thanks for nice woel! I have tried to visualize smpl by appling SMPLify to 3D coordinates to SMPL parameters, and 6890 vertices' coordinares according to your instuctions. However, the final results is shown as follows:

frame_0000

I guess the problem may be: the vertices of my npy file is 6890 (SMPL), however, the face applied here is smplh? Thank you in advance!

@ChenFengYe
Copy link
Owner

Hi, we provide the face file in our visualization here. (unzip to get smpl.face) You can try to solve this error with our face file.

Please open the ply file to check the results. This error could also happen when you use unmatch vertices (re-sort) or faces. You can also save your own faces file inside of ours.

self.faces = np.load(faces_path)

smplh.zip

@wang-zm18
Copy link
Author

wang-zm18 commented Mar 9, 2023 via email

@Mirgahney
Copy link

Thanks a lot! @ChenFengYe I had the same question, but I used the faces files you provided and now it's working.

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