dcharatan/diff-gaussian-rasterization-modified

This modified version not require 'scale' and 'rotation' parameters to render, why is that?

songofjoy opened this issue · 1 comments

Hi, thanks for your great work. I have a few questions I don't understand. Why not use the 3DGaussian's diff-gaussian-rendering package directly. This modified version not require 'scale' and 'rotation' parameters to render, why is that? Thank you!

The original diff-gaussian-rasterization package uses a different convention for the spherical harmonics. See this comment for more details. This modified version's API is exactly the same -- you can either pass precomputed covariance matrices or scale + rotation.