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

Rendering and sending image to frontend #10

Closed skywolf829 closed 7 months ago

skywolf829 commented 7 months ago

Given the current viewing camera and gaussian model, the scene should be rendered and returned to the frontend as frequently as possible both during training and while it is paused.

Requirements

Extra

skywolf829 commented 7 months ago

Images rendering and sent to the frontend for display. With DEBUG mode, sends noise each frame essentially.

TODO:

skywolf829 commented 7 months ago

So far, default pickle protocol seems okay, only small overhead from the actual send call. Tested with real model and everything is working smoothly.