JonathonLuiten/diff-gaussian-rasterization-w-depth

Rendered depth are all white image

jh27kim opened this issue · 1 comments

Hi thanks you sharing this

I replaced diff_gaussian_rasterization of this repo with that in the vanilla gaussian

It perfectly renders RGB images but the depths are all white.

Any advice on how to handle this issue ?

Image RGB
image

Image depth
image

nvm i used torchvision which clipped the max value to 1.0
thanks