You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem you're facing may be due to running code on a remote server that does not have a graphical user interface (GUI) available. You can identify the last line in the vis_results.py file and delve into vis3d.py, employing print statements as a debugging method to determine if the issue lies with the plotter.show() method. This issue is akin to plt.show() not functioning on a remote server. If you ascertain that this is the cause, you can explore solutions specifically targeting this problem.
为什么我运行这个代码——vis_results.py,就会报错segmentation fault(core dumped)
The text was updated successfully, but these errors were encountered: