JonathonLuiten / diff-gaussian-rasterization-w-depth

Other
161 stars 25 forks source link

Rendered depth are all white image #5

Closed jh27kim closed 6 months ago

jh27kim commented 6 months ago

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

jh27kim commented 6 months ago

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