Open soohyoen opened 1 month ago
When I turn the code, the following error comes out and I can't execute it.
Hi, we implement the renderer based on PyOpenGL, which requires a GUI on your exp platform. We are still exploring which Python library is good for 3d Gaussian Splatting on the server side.
Any suggestions? @soohyoen We need a visualization library supporting diff-gauss-rasterization rendering.
@slothfulxtx
Thank you for your quick response. The answer to the above error is that RuntimeError appears because it runs on the server? Or is there a problem with the driver version on my server? If you know how to solve it, I would appreciate it if you could tell me.
I've seen other repositories using Viser libraries. There are codes that open ports through flask and can be rendered into Viser library. I attach the link below, so it would be good to refer to it.
https://github.com/buaacyw/GaussianEditor https://github.com/yzslab/gaussian-splatting-lightning
I've just experienced the viser library and found it not difficult to implement viser-based visualization code on our project. However, I'm struggling with the correct connection between the Viser's camera and the viewpoints from our dataset. Requires some time to fix it. @soohyoen
Thank you for your great research.
I'm working on the server and I confirmed that your viewer only works locally.
Is there a way for viewer to work on a server as well?