bmild / nerf

Code release for NeRF (Neural Radiance Fields)
http://tancik.com/nerf
MIT License
9.83k stars 1.37k forks source link

Why disparity #163

Open TwiceMao opened 2 years ago

TwiceMao commented 2 years ago

From your supplementary material, I see that "Note that, as desired, t' = 0 when t = 0. Additionally, we see that t' → 1 as t → ∞." And I think it considers depth instead of disparity.
Is not t' sampling from 0 to 1 linear? Why do we need do one more operation-inverse the depth?

1

What does "using z dimension representing inverse depth" mean?

2

3