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

Why we need multi "1000" when calculating the metrical error ? #70

Closed
lililuya opened this issue Sep 1, 2024 · 2 comments
Closed

Why we need multi "1000" when calculating the metrical error ? #70

lililuya opened this issue Sep 1, 2024 · 2 comments

Comments

@lililuya
Copy link

lililuya commented Sep 1, 2024

Hi, thanks for your great works. I am confused about a detail when calculating metrical error(mm). Just at

MICA/demo.py

Line 136 in 8de9025

trimesh.Trimesh(vertices=mesh.cpu() * 1000.0, faces=faces, process=False).export(f'{dst}/mesh.ply') # save in millimeters
, why the vertices need multiply 1000, is the unit of the flame vertices is 1mm/1000? Looking for your reply!

@Zielon
Copy link
Owner

Zielon commented Sep 3, 2024

We convert from meters to millimetres. FLAME is originally in meters.

@lililuya
Copy link
Author

lililuya commented Sep 5, 2024

We convert from meters to millimetres. FLAME is originally in meters.

Thanks!

@lililuya lililuya closed this as completed Sep 5, 2024
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