Open3D
Open3D copied to clipboard
open3d.io.read_triangle_mesh() doesn't read properly .obj files
trafficstars
Checklist
- [X] I have searched for similar issues.
- [X] For Python issues, I have tested with the latest development wheel.
- [X] I have checked the release documentation and the latest documentation (for
masterbranch).
Describe the issue
open3d.io.read_triangle_mesh() doesn't read properly .obj files on macOS Monterey 12.6. It gives back an empty mesh. I was using open3d version 0.15.1. I tried to install the 0.14.1 and it worked normally, so I think there may be an issue with the latest release.
Steps to reproduce the bug
import numpy as np
import open3d as o3d
objPath = 'pointCloudBuilder/models/model_1.obj'
source = o3d.io.read_triangle_mesh(objPath)
Error message
No response
Expected behavior
No response
Open3D, Python and System information
- Operating system: macOS 12.6
- Python version: Python 3.9
- Open3D version: 0.15.1
- System architecture: arm64
- Is this a remote workstation?: no
- How did you install Open3D?: pip
Additional information
No response
@mandugo Would you please share a link to OBJ model?
@errissa sure! I tried with different files, this was one of them: https://free3d.com/3d-model/male-base-mesh-6682.html