compact3d icon indicating copy to clipboard operation
compact3d copied to clipboard

monitor the memory usage

Open qianqiuzzz opened this issue 2 years ago • 1 comments

Nice work! I want to know how to monitor the memory-use, I have done experiments on 3dgs and compGS, but I don't know how to compare their memory usage.

qianqiuzzz avatar Dec 02 '23 07:12 qianqiuzzz

Hi, thanks for your interest in our work! We calculated CompGS memory usage by counting total number of gaussian parameters in their corresponding number of bits. Out of 59 parameters of each Gaussian, we quantize 55 parameters of color and covariance while the 3 position and 1 opacity parameters are used as is. For the quantized parameters, nearly all the memory is used to store the cluster assignment indices with less than 2% used for the codebook. (Table 6)

arghavan-kpm avatar Apr 21 '25 00:04 arghavan-kpm