Florian-Barthel / splatviz

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

How do you guys use splatviz? #39

Open resurgo97 opened 2 months ago

resurgo97 commented 2 months ago

I assume most researchers train the 3DGS model on remote servers with high-end GPUs, but running it with X11 forwarding wouldn't give real-time rendering.

I can think of two possible ways: a. Download the checkpoint file to your local computer and run splatviz b. Set up your local computer with a high-end GPU to begin with, without any remote server

I wonder how most people set up their experiment to use the real-time rendering capability of splatviz?

weihan1 commented 1 month ago

Hi, a simple follow-up question here: I saw from https://github.com/Florian-Barthel/splatviz/issues/34 that this repo can only work locally but I do not have any gpus there (since my workflow is mostly on remote). Has anyone been able to install the conda environment on their local computer with no gpus?