JonathonLuiten/diff-gaussian-rasterization-w-depth

intepret the depth

fangli333 opened this issue · 1 comments

Hi,

I want to ask what is exact definition of the depth. Is it the z-value depth? or the depth in the camera space after world_to_camera projection?

Many Thanks

Imo it is in camera space, since the depth=p_view.z and p_view is computed by projecting the gaussian into the camera space using the matrices.