Florian-Barthel / splatviz

Full python interactive 3D Gaussian Splatting viewer for real-time editing and analyzing.
MIT License
1.18k stars 79 forks source link

GUI Window Not Showing #37

Closed shuohantao closed 3 months ago

shuohantao commented 3 months ago

I've installed the repo as the readme suggests on a Windows ocmputer. When I run python run_main.py in anaconda terminal with the provided sample scene, the gui window doesn't show and the program terminates after a few seconds. The viz.should_close() isn't triggered, and the draw_frame is only called once within the loop, no errors or exceptions are detected either. viz.close() isn't triggered as well, and the draw_frame successfully executes to the last line of self.end_frame().

Florian-Barthel commented 3 months ago

How did you fix it?