acronym
acronym copied to clipboard
Parsing of ShapeNetSem meshes
Can you give some better instructions regarding the mesh creation with manifold? I am following your steps and leads to segmentation fail. Is the shapenetsem file models-OBJ.zip the one needed or am I doing sth wrong?
Hi,
- What exactly leads to a segfault? Is it the
manifoldorsimplifycommand? (The simplify command can lead to crashes when dealing with degenerated triangles, see e.g.: https://github.com/hjwdzh/Manifold/issues/5) - Does it happen with all meshes or just a subset?
@clemense I am dealing with problem #1. How did you deal with it?
The easiest solution is to ignore those meshes. There shouldn't be many that fail.
Got it; with some patience, I got around 5250 successfully simplified meshes (some seemed to take a really long time, which I killed and discarded)
@clemense I have the same error and am getting segmentation faults for objects in the ShapeNetSem obj files, which should be the same objects that are in acronym. for example, I am getting a crash for 5bbcf08fabf2d50336b41ce3eef1f5be.obj, a "DoubleBed" object. In this case do you suggest (1) removing such objects from the dataset, (2) using the non-simplified version (i.e. the version that was made watertight by the manifold command but not simplified), or (3) something else? Thank you for your help.
It seems that (1) would require regenerating scene_contacts as some scenes reference the removed meshes.