Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to use 'from_triangle_mesh_model' when attempting to run demo_scene.py #7116

Open
3 tasks done
macsunmood opened this issue Dec 28, 2024 · 0 comments
Open
3 tasks done
Labels
bug Not a build issue, this is likely a bug.

Comments

@macsunmood
Copy link

macsunmood commented Dec 28, 2024

Checklist

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:

python demo_scene.py

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

- Operating system: Ubuntu 20.04
- Python version: Python 3.9.5
- Open3D version: 0.18.0
- System architecture: x86_64
- Is this a remote workstation?: no
- How did you install Open3D?: pip

Additional information

No response

@macsunmood macsunmood added the bug Not a build issue, this is likely a bug. label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Not a build issue, this is likely a bug.
Projects
None yet
Development

No branches or pull requests

1 participant