We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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,
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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,
The text was updated successfully, but these errors were encountered: