SCIInstitute / Cleaver

A MultiMaterial Tetrahedral Meshing Library and Application
https://cleaver.readthedocs.io
Other
40 stars 18 forks source link

Error when creating mesh #102

Closed A-ep93 closed 3 years ago

A-ep93 commented 3 years ago

Hello all, I am trying to mesh my model in cleaver extension of 3d slicer (in segmentmesher extension). When the resolution of model is high, I can do meshing without any problems; however, when I decrease the resolution of my segmentations, I get an error while my segmentation quality is still very good. This is the error I get:

"Nrrd file read error: No zero crossing in indicator function. Not a valid file or need a lower sigma value.

Command 'cleaver-cli' returned non-zero exit status 11."

I do not understand what problem in my segmentation can cause this error. Can you give me some cases that can lead to this error or help me to solve this problem? Thanks in advance