Philipp Schlegel
Philipp Schlegel
Can you share the mesh from your examples please?
Try zipping before upload.
Yes, my email is in the `setup.py`.
I'd use the wavefront method without prior contraction here: ```python import trimesh as tm import skeletor as sk m = tm.load('Segment_1.stl') s = sk.skeletonize.by_wavefront(m) ``` This screenshot shows the actual...
Oh forgot to say: I had to make a minor tweak to the `remove_hairs` function. To run the code above, you will have to re-install `skeletor` from Github.
I released skeletor `1.3.0` this morning. Note though that the `remove_hairs` function was renamed to `remove_bristles`.
Can you share examples (code + image) for these "strange" skeletons?
For what it's worth: I had a bit of a play with your mesh myself and I'd say the wavefront method is your best bet. TEASAR is problematic when the...
> I've used pip uninstall skeletor and the reinstalled it, but the functionality doesn't seem to be there yet? Sorry, I just realised that the Github Actions workflow that was...