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

Backend initialize dataset #5

Closed skywolf829 closed 7 months ago

skywolf829 commented 7 months ago

The frontend will send necessary settings to the backend to initialize a Dataset object (see #4 )

Requirements

skywolf829 commented 7 months ago

Properly initialized dataset given a path to load, and will return errors if encountered. Also supports a DEBUG mode that doesn't need an actual dataset.