Open hwenjun18 opened 2 years ago
I am experiencing the same issue in 0.15.1, and the resulting mesh was a TriangleMesh with 0 points and 0 triangles
.
Downgrading to 0.14.1 solved the problem for me, and now loading the same .obj
file gives a mesh TriangleMesh with 57229 points and 80767 triangles
.
I am on an M1 Mac, and both versions were pip installed, just in case this is build specific?
Well, I experience the same issue here on 0.17.0, but only for some of my obj models. Some do work, some do not.
same issue on 0.18.0..
same issue
Same with Mac-M1 0.18.0. But I kind of solved it
Here's the pipeline:
Include Selections only
and VERY IMPORTANT Geometry -> Triangulated Mesh
to True
Checklist
master
branch).My Question
Hi, I use open3d to load a mesh (.obj) from disk, but result a warning and no data loaded, here is the code :
o3d.io.read_triangle_mesh('2.obj')
here is the warning message:
BTW, I can load this obj in other software, such as Blender or Meshroom, this open3d version is 0.15.1