I tested pulling out one of the patches after running ers.computeSegmentation and then pulled out a submesh from for instance:
submesh = pymesh.submesh(mesh, np.where(patch_labels==2)[0], 0)
And I expected the the triangles to all be collected in a patch, however it looks like they are scattered all about from the pymol ply plugin from MaSIF. Is this intended? I cannot get much from the paper on what the indended behavior is.

I tested pulling out one of the patches after running
ers.computeSegmentationand then pulled out a submesh from for instance:And I expected the the triangles to all be collected in a patch, however it looks like they are scattered all about from the pymol ply plugin from MaSIF. Is this intended? I cannot get much from the paper on what the indended behavior is.