SCIInstitute / ShapeWorks

ShapeWorks
http://sciinstitute.github.io/ShapeWorks/
Other
100 stars 32 forks source link

vtkMath Jacobi eigenfunction/unable to factor linear system error #2203

Open ajensen-exac opened 4 months ago

ajensen-exac commented 4 months ago

Computer: Macbook Pro, M2 Pro

Error: When I load my own stl files (37 in total) and try to run the groom step, I recieve the following errors:

I installed shapeworks using the official installation, and have installed vtk through homebrew.

My Grooming parameters are: [x] Fill Holes [x] Smooth - Laplacian - Iterations 3 - Relaxation 1 [x] Remesh - 75% - Adaptivity 1 [x] Alignment - Iterative Closest Point

akenmorris commented 2 months ago

It is most likely coming from the ACVD remeshing library. This can often happen if there are topological problems with the mesh. You might try splitting your dataset to determine which shape is causing it. Thought sometimes there appears to be no problem with the mesh and we still see this warning.

Is the grooming still completing?