You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
I really appreciate your work with that library.
I have a small issue (or lack of understanding) however:
In the readme of the library there is the following state:
The resulting Laplacian is always a symmetric positive-definite matrix, with all positive edge weights.
But when i computed the mesh_laplacian from an .obj file (loaded with trimesh, example: dog8.obj.zip) and try to compute the eigenvalues using cholesky, I do get the following error:
Hey,
I really appreciate your work with that library.
I have a small issue (or lack of understanding) however:
In the readme of the library there is the following state:
But when i computed the mesh_laplacian from an .obj file (loaded with trimesh, example: dog8.obj.zip) and try to compute the eigenvalues using cholesky, I do get the following error:
I'm able to fix the issue in that case by adding a a small epsilon to the laplacian
But due to my lack of understanding I'm note sure if this has any dire consequences.
The text was updated successfully, but these errors were encountered: