trimesh
trimesh copied to clipboard
Problem when calculating discrete mean curvature
Hello,
I'm working with the ModelNet10 dataset and I've been getting an error (ValueError: Bounds must be (n, dimension * 2)!) while trying to compute the discrete mean curvature measure of few meshes (few objects in the table category, for example).
This is what I get, sometimes:

Is there anyone else facing the same issue?
Best regards.
Hey, is that mesh empty by any chance? I.e. len(mesh.faces) == 0
Hey, is that mesh empty by any chance? I.e.
len(mesh.faces) == 0
Hey! Nope, it is not an empty mesh: len(mesh.faces) Out[2]: 792
Funny thing is that for most meshes, it works just fine. But for like 2 to 4 meshes in the table category, for example, it fails for some reason I couldn't figure out