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

Issue with mesh visulization #50

Open
TheScientist1900 opened this issue Nov 12, 2023 · 0 comments
Open

Issue with mesh visulization #50

TheScientist1900 opened this issue Nov 12, 2023 · 0 comments

Comments

@TheScientist1900
Copy link

Hi, when I run visualize_mesh.py, it shows:
Traceback (most recent call last):
File "visualize_mesh.py", line 266, in
main()
File "visualize_mesh.py", line 262, in main
visualize_mesh(args)
File "visualize_mesh.py", line 239, in visualize_mesh
mesh = create_plane_mesh(corners, corner_floor, textures, texture_floor, texture_ceiling,
File "visualize_mesh.py", line 125, in create_plane_mesh
mesh.texture = open3d.geometry.Image(textures)
AttributeError: 'open3d.cpu.pybind.geometry.TriangleMesh' object has no attribute 'texture'

And I delete the code:
mesh.texture = open3d.geometry.Image(textures)

it works, but the visualization of layout is not the same as in your readme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant