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

Position Map #12

Closed
caiyongqi opened this issue Apr 11, 2022 · 3 comments
Closed

Position Map #12

caiyongqi opened this issue Apr 11, 2022 · 3 comments

Comments

@caiyongqi
Copy link

caiyongqi commented Apr 11, 2022

Hi. I'm having weird issues when I generate the positon map (lib_data/posmap_generator/apps/example.py). When the range of smpl vertices is:

max_xyz: [0.2717181 0.3765816 1.081644 ]
min_xyz: [-0.2728411  -0.40406853 -0.99626523]

I can't get the correct position map.
template_mesh_uv_posmap
Screenshot from 2022-04-11 12-11-52

@qianlim
Copy link
Owner

qianlim commented Apr 12, 2022

I can't reproduce this on my side. Did you use our provided smpl v template? You can try to check the vertices etc. from this line and try to change them from float32 to float64 (or the other way around).

@caiyongqi
Copy link
Author

Thank you! It works with np.float64!

@caiyongqi
Copy link
Author

But I don't understand why I get the error using float32?

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

2 participants