You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MeshMatze
changed the title
load_new_mesh() breaks after generate_alpha_shape failing
BUG: generate_alpha_shape fails for high coords and leads to segmentation fault afterwards
Jul 25, 2024
I have a set of clouds (saved in path in
ply
format) for which i want to generate the alpha shape.Unfortunately running
python3 -m test
failed withThe core dump was not expressiv, but i could create a readable core dump by running
gdb --args python3.9 test.py
,run
andbt
it says:I'm not really familiar with C++, that why i'm kinda stuck here.
I also tried reloading
pymeshlab
each iteration. Meaning i added:but that did not help either...
I would highly appreciate any help or a reasonable workaround for this. Thanks :-)
The text was updated successfully, but these errors were encountered: