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

Failed to execute viewer.py file #5

Open
next-gen-machine opened this issue Jul 20, 2023 · 1 comment
Open

Failed to execute viewer.py file #5

next-gen-machine opened this issue Jul 20, 2023 · 1 comment

Comments

@next-gen-machine
Copy link

While executing viewer.py , I am getting error,

File "/bevdet-tensorrt-cpp/tools/open3d_vis.py", line 36, in _draw_points
vis.get_render_option().point_size = points_size # set points size

AttributeError: 'NoneType' object has no attribute 'point_size'

Please Help,

@LCH1238
Copy link
Owner

LCH1238 commented Jul 20, 2023

While executing viewer.py , I am getting error,

File "/bevdet-tensorrt-cpp/tools/open3d_vis.py", line 36, in _draw_points vis.get_render_option().point_size = points_size # set points size

AttributeError: 'NoneType' object has no attribute 'point_size'

Please Help,

If you are using a remote server without a GUI interface, this error will occur!You can configure the x11 service.

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