Michael Elgin
Michael Elgin
For gaussian-opacity-fields it appears that grads and grads_abs may not be getting cleared correctly between calls of densify_and_prune(). They seem to double in size each time, eventually leading to out...
It appears that grads and grads_abs may not be getting cleared correctly between calls of densify_and_prune(). They seem to double in size each time, eventually leading to out of memory...
I have a custom dataset that I have been resizing with convert.py from https://github.com/graphdeco-inria/gaussian-splatting. The images folder it creates (from "input") is of different size than input. e.g. input will...