skywolf829 / GSTK

Gaussian Splatting toolkit application. One stop shop for preprocessing your dataset, training your model with human-in-the-loop training, and editing saved GSplat PLY files.
MIT License
4 stars 1 forks source link

Initialize model from the start #35

Closed skywolf829 closed 7 months ago

skywolf829 commented 7 months ago

Currently, the model isn't initialized until a dataset is initialized. By default, the model should do the random blob initialization that it currently does for NeRF synthetic data as soon as the server is started. If a SfM dataset is loaded, the UI should ask if the user would like to load the SfM points.

skywolf829 commented 7 months ago

Adjusted model loading code to initialize the model to the random blobs it uses for Nerf synthetic training.