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

Add points edit operation #41

Closed skywolf829 closed 6 months ago

skywolf829 commented 6 months ago

Implement the edit operation for adding points into the model using the selector. The selector should become visible when the add points edit is selected, and clicking add should add the points.

In the edit window, should have options for the number of points and the distribution the points are added using.

skywolf829 commented 6 months ago

Supports uniform distributed, normal, and inverse normal.