nerfstudio icon indicating copy to clipboard operation
nerfstudio copied to clipboard

Depth outputs are z-depth for Gaussians but distances for nerfacto (and everything else)

Open brentyi opened this issue 2 years ago • 2 comments

brentyi avatar Jan 10 '24 00:01 brentyi

I also mentioned here: https://github.com/nerfstudio-project/gsplat/issues/99

jb-ye avatar Jan 12 '24 02:01 jb-ye

depth loss currently supports z-depth: https://github.com/nerfstudio-project/nerfstudio/blob/32939e0d4198e23e9cef2fb64718cc1d263cab61/nerfstudio/models/depth_nerfacto.py#L133

once upon a time the depth_dataset I believe did too but i guess that got broken, i don't see it e.g. being forwarded to the model :(

pwais avatar Jan 16 '24 21:01 pwais