ParallelQSlim icon indicating copy to clipboard operation
ParallelQSlim copied to clipboard

Segmentation Fault when parsing a .ply with property list uchar uint vertex_indices

Open ManosAgelidis opened this issue 3 years ago • 0 comments

Hi, great repo! I was trying to simplify a .ply mesh which is causing a seg fault when executing the script. It seems to crash when it's executing this loop

image

I checked an example ply that I found online (https://www.artec3d.com/3d-models/bearded-guy-hd) vs my .ply and and I noticed that my .ply header is slightly different, in particular the header that doesn't work is like this (notice the uint in line 18)

image

vs the header that works

image

Any ideas as to where the problem might be coming from? thanks!

ManosAgelidis avatar Jan 30 '23 13:01 ManosAgelidis