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

S3dis的分割结果怎么可视化? #157

Open
gyy520cyaowu opened this issue Apr 21, 2024 · 2 comments
Open

S3dis的分割结果怎么可视化? #157

gyy520cyaowu opened this issue Apr 21, 2024 · 2 comments

Comments

@gyy520cyaowu
Copy link

为什么我运行这个代码——vis_results.py,就会报错segmentation fault(core dumped)

@c4488she
Copy link

Same question here

@sme-lee
Copy link

sme-lee commented Dec 30, 2024

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.

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

3 participants