We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,
meter
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?
The text was updated successfully, but these errors were encountered:
Hi @noahcao,
Yes, the mesh units are in meters.
Sorry, something went wrong.
No branches or pull requests
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,This means that the diameter of the camera mesh on the z-axis is ~57*2=114 mm. Is this correct?
The text was updated successfully, but these errors were encountered: