c3dgs icon indicating copy to clipboard operation
c3dgs copied to clipboard

paper and code issue

Open bobfxq opened this issue 5 months ago • 3 comments

thanks for your work.I have a confusion: in your paper, you describe performing normalization of the covariance matrix before clustering, but in the code, it seems that clustering is done before normalization.Hope your reply.

bobfxq avatar Oct 29 '25 08:10 bobfxq

The renormalization is applied after the cluster step.

Where in the paper does it say that the normalization is performed before the clustering?

KeKsBoTer avatar Nov 01 '25 02:11 KeKsBoTer

“Clustering is then performed using the normalized covariance matrices, and each Gaussian stores, in addition to a codebook index, the scalar scaling factor η.”

bobfxq avatar Nov 05 '25 04:11 bobfxq

Here normalized refers to the gaussians having a scale vector of length one (scaling factor η is extracted from each matrix). After every clustering step they are re-normalized to make sure the matrices stay normalized.

KeKsBoTer avatar Nov 05 '25 13:11 KeKsBoTer