muskie82 / MonoGS

[CVPR'24 Highlight & Best Demo Award] Gaussian Splatting SLAM
https://rmurai.co.uk/projects/GaussianSplattingSLAM/
Other
1.32k stars 119 forks source link

How can this be run on a linux server without gui? #128

Open derrick-xwp opened 2 months ago

ShreyaIAB commented 2 months ago

I was able to launch GUI by typing this command - export MESA_GL_VERSION_OVERRIDE=4.5 before launching the python script

UltraHertzz commented 2 months ago

just set use_gui to false in config. or add --eval args in the console, it will run in headless mode, but as a drawback, you can not see any visual information during runing.

scpoppin1207 commented 3 hours ago

just set use_gui to false in config. or add --eval args in the console, it will run in headless mode, but as a drawback, you can not see any visual information during runing.

But it still shows "ModuleNotFoundError: No module named 'tkinter'". Could you please detail your method to run without GUI?