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

can't see point cloud on labelCloud when open and showing GUI... #173

Open
Know-Lee opened this issue Nov 14, 2024 · 1 comment
Open

can't see point cloud on labelCloud when open and showing GUI... #173

Know-Lee opened this issue Nov 14, 2024 · 1 comment
Assignees

Comments

@Know-Lee
Copy link

Know-Lee commented Nov 14, 2024

Describe the bug
can't see point cloud on labelCloud when open and showing GUI...
Uploading Screenshot from 2024-11-14 14-14-01.png…

@Know-Lee
Copy link
Author

Showing GUI...
Traceback (most recent call last):
File "/home/lee/PyProjects/labelCloud/labelCloud/control/controller.py", line 60, in loop_gui
self.set_selected_side()
File "/home/lee/PyProjects/labelCloud/labelCloud/control/controller.py", line 129, in set_selected_side
_, self.selected_side = oglhelper.get_intersected_sides(
File "/home/lee/PyProjects/labelCloud/labelCloud/utils/oglhelper.py", line 178, in get_intersected_sides
p0, p1 = get_pick_ray(x, y, modelview, projection) # Calculate picking ray
File "/home/lee/PyProjects/labelCloud/labelCloud/utils/oglhelper.py", line 132, in get_pick_ray
p_front = GLU.gluUnProject(x, real_y, 0, modelview, projection, viewport)
File "src/latebind.pyx", line 51, in OpenGL_accelerate.latebind.Curry.call
File "/home/lee/miniconda3/envs/labelCloud/lib/python3.8/site-packages/OpenGL/GLU/projection.py", line 61, in gluUnProject
raise ValueError( """Projection failed!""" )
ValueError: Projection failed!
Aborted (core dumped)

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

2 participants