Is each sample point seeded with two gaussians?
DeepDuke opened this issue · 2 comments
DeepDuke commented
VladimirYugay commented
Hey there,
Thanks for your interest in our work.
- The code we released is slightly different from the paper on arxiv. Arxiv is a little bit outdated. In the current implementation, we seed only 1 Gaussian - as you said
- Features dc and rest relate to the spherical harmonics used to describe the color. We don't go into the details in the paper since it's well described in the original Gaussian splatting paper. For example, this Github issue answers your exact question.
DeepDuke commented
Thanks for your detailed answer!