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

Global domain size and meaning #10

Open
alpha358 opened this issue Oct 14, 2021 · 1 comment
Open

Global domain size and meaning #10

alpha358 opened this issue Oct 14, 2021 · 1 comment

Comments

@alpha358
Copy link

Any suggestions on how to estimate the global domain size?

  • It defined at this line.
  • Could it be understood as the spatial region where ray tracking integrals of color value will be computed?
    • Then we just need to guess the 3D bounding box for the region of interest?
@creiser
Copy link
Owner

creiser commented Oct 22, 2021

Yes, this describes a bounding box that encompasses the whole scene. The grid of networks will only live in that bounding box. The size of the bounding box could be automatically inferred with the SfM algorithm (e.g. COLMAP) that you have to run anyhow for estimating the camera poses of the training views. SfM outputs a point cloud. The size of the bounding box must be such that it contains the entire point cloud.

Analogically, you have to adjust the "near" and "far" hyperparameters such that the entire scene is sampled. This can also be done based on the sparse point cloud from SfM.

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