LCH1238 / bevdet-tensorrt-cpp

BEVDet implemented by TensorRT, C++; Achieving real-time performance on Orin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to execute viewer.py file

next-gen-machine opened this issue · comments

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,

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.