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

Loading existing model #33

Closed skywolf829 closed 7 months ago

skywolf829 commented 7 months ago

In the backend, need to support loading a GS model from a saved PLY file location (I may or may not have ripped out that code/made it incompatible, needs checking).

skywolf829 commented 7 months ago

Added model loading, creates popup window if it fails.