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

How to set the near and far plane in NeRF network? #36

Open
cwchenwang opened this issue Apr 15, 2022 · 1 comment
Open

How to set the near and far plane in NeRF network? #36

cwchenwang opened this issue Apr 15, 2022 · 1 comment

Comments

@cwchenwang
Copy link

Thanks for your excellent work. I am curious why you set the ray_near and ray_end to 0.88 and 1.12? (and for other variables like h_stddev etc.) Is that set empirically?

@PeterouZh
Copy link
Owner

PeterouZh commented Apr 19, 2022

捕获

Because the FOV is set to 12 degrees, 0.88/1.12 is to ensure that X Y Z range from -0.1xx to 0.1xx. So we can easily scale XYZ coordinates to the range between -1 and 1.

h_stddev is set empirically according to datasets.

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

2 participants