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

MeshVectorHeatSolver fails when the shape comes form DT4D dataset. #18

Closed
whb007 opened this issue May 18, 2024 · 2 comments
Closed

MeshVectorHeatSolver fails when the shape comes form DT4D dataset. #18

whb007 opened this issue May 18, 2024 · 2 comments

Comments

@whb007
Copy link

whb007 commented May 18, 2024

Hi,
I’d like to compute the connection Laplacian of 3D triangle mesh via L=pp3d.MeshVectorHeatSolver(verts,faces).get_connection_laplacian(). However, I find that it fails when it runs on the DT4D dataset. The code gives the following error message.
1715999895046

How to solve this problem??

@nmwsharp
Copy link
Owner

This probably means that the input mesh is nonmanifold. Consider running mesh repair algorithms e.g. to split nonmanifold edges. MeshLab has several nice such routines, including with python bindings.

@whb007
Copy link
Author

whb007 commented Jun 20, 2024

Thanks, I'll try it.

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