navis-org/skeletor

.by_tangent_ball() doesnt return any result

Closed this issue · 0 comments

Here I am again,

I wanted to try out the tangent ball method for skeletonization but it doesn't seem to work.
I run the example code:
fixed2 = sk.pre.fix_mesh(aorta_mesh, fix_normals=True, remove_disconnected=10) skel2 = sk.skeletonize.by_tangent_ball(fixed2)
When I run this, I don't get any output and the code doesnt stop running. No progress bar is shown.
Are you familiar with this issue? I think the mesh itself might be the issue but I don't know how to find out.
I've tried other methods using the same mesh and it does work for those meshes however.

Do you know what might be causing this?