Open xohm opened 3 days ago
Your GPU memory is small, so maybe there's an oom? Set MAX_NUM_RENDERED = 2 ** 26 and try a small scene.
Yes, your right, i already did this:
_rasterizer = std::make_shared
Otherwise it would have right away oom. With these settings i do see the splats, but as mentioned above, if i move into an area where the splats are clipped i see the crashes.
Hi,
First of all, thank you so much for this fantastic library!
I encountered CUDA memory exceptions when using free camera views that were different from the original cameras in the test dataset (e.g., counter).
My setup is as follows:
The crashes occurred when the camera viewport was partially or fully outside the bounds of the Gaussian splats.
I managed to resolve the issue, but I must admit that I don’t fully understand your code yet. Here are the changes I made:
After Preprocess
renderCUDA