nerfstudio
nerfstudio copied to clipboard
Trying to get the Depth Map from a camera view (the distance from each pixel to the camera position)
I'm trying to obtain the distance from each pixel to the camera that is pointing at it, the problem is that when I try to do it as specified here: (https://github.com/nerfstudio-project/nerfstudio/issues/2147), I only get the RGB frame of the video instead of the depth map. Any suggestions?
you can try ns-render --help
,this will be help
ok, thank you so much!
@ferphy are you able to get the absolute depth ?