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

mesh masurement scale? #14

Open
noahcao opened this issue Jun 13, 2023 · 1 comment
Open

mesh masurement scale? #14

noahcao opened this issue Jun 13, 2023 · 1 comment

Comments

@noahcao
Copy link

noahcao commented Jun 13, 2023

Hi Omid,

As I didn't find an explanation for this yet, I would like to confirm that the value in mesh files provided by GRAB is measured in meter. For example,

from psbody.mesh import Mesh
mesh = Mesh(filename='GRAB/tools/object_meshes/contact_meshes/camera.ply')
# mesh.v[:,0].max() = 0.057756002992391586
# mesh.v[:,0].min() = -0.057756002992391586

This means that the diameter of the camera mesh on the z-axis is ~57*2=114 mm. Is this correct?

@otaheri
Copy link
Owner

otaheri commented Jun 16, 2023

Hi @noahcao,

Yes, the mesh units are in meters.

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