Extract rays with sampling points and density values #1058
Unanswered
pellethielmann
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I want to get the rendered rays out of the NGP for NeRF. Means I want to have the Ray for each pixel of the rendered image with all sample points along this ray and the according values of the density function. In the original NeRF Code I think this was called depthmap or disparity map.
The purpose is the following:
Taking the maximum density value and the associated sampling point per ray and the 5D in combination with the sampling strategy and the total length of the ray, I should get an exact position of the volume and therefore a good depth value.
Would appreciate any help solving my task or hints where to find the relevant parts in the code.
Beta Was this translation helpful? Give feedback.
All reactions