Fails to use 'from_triangle_mesh_model' when attempting to run demo_scene.py
#7116
Open
3 tasks done
Labels
bug
Not a build issue, this is likely a bug.
Checklist
main
branch).Describe the issue
Hello!
I get the following error:
AttributeError: type object 'open3d.cuda.pybind.t.geometry.TriangleMesh' has no attribute 'from_triangle_mesh_model'
when trying to run a demo scene python example script available from here (the problematic line in the code is referred):
https://github.com/isl-org/Open3D/blob/main/examples/python/visualization/demo_scene.py#L53
The open3d is the latest version 0.18 on linux, with GPU and CUDA installed.
The actual class method is mentioned and described here in the docs:
https://www.open3d.org/html/python_api/open3d.t.geometry.TriangleMesh.html#open3d.t.geometry.TriangleMesh.from_triangle_mesh_model
No researched helped so far. What could be the reason for the library missing an existing method?
Steps to reproduce the bug
just run with the latest open3d installed via pip:
Error message
AttributeError: type object 'open3d.cuda.pybind.t.geometry.TriangleMesh' has no attribute 'from_triangle_mesh_model'
Expected behavior
No response
Open3D, Python and System information
Additional information
No response
The text was updated successfully, but these errors were encountered: