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

Display training camera locations #26

Closed skywolf829 closed 6 months ago

skywolf829 commented 7 months ago

During training, it may be useful for the user to see the training (and/or testing) camera positions within the scene for better understanding of where they may not have sampled their dataset enough. Render the outline of camera locations and possibly the actual image as a texture like nerfstudio.

In frontend, would help to also add a setting somewhere to enable/disable viewing the train/test cameras. Maybe in renderer settings?

skywolf829 commented 6 months ago

Closing to move to the backend repo.