Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interval value for last point sampled on ray? #1

Open
hturki opened this issue Jun 26, 2022 · 2 comments
Open

interval value for last point sampled on ray? #1

hturki opened this issue Jun 26, 2022 · 2 comments

Comments

@hturki
Copy link

hturki commented Jun 26, 2022

Hi,

What do you set the interval value to for the last sampled point on each ray. Using a large term (1e10) as a substitute for infinity make the loss term very large.

@sunset1995
Copy link
Owner

I left them constant (1/num_of_pts_on_a_ray) in my training.

BTW, you should use the normalized distance instead of the Euclidean distance (see Eq.11 in mip-nerf 360 paper).

@Zhentao-Liu
Copy link

I left them constant (1/num_of_pts_on_a_ray) in my training.

BTW, you should use the normalized distance instead of the Euclidean distance (see Eq.11 in mip-nerf 360 paper).

could I just leave it as zero? many thxs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants