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

About the depth-guided ray sampling #27

Open
EchoTHChen opened this issue Mar 9, 2023 · 2 comments
Open

About the depth-guided ray sampling #27

EchoTHChen opened this issue Mar 9, 2023 · 2 comments

Comments

@EchoTHChen
Copy link

return forward_with_additonal_samples(z_vals, raw, z_vals_2, rays_o, rays_d, viewdirs, embedded_cam, network_fn, network_query_fn, raw_noise_std, pytest)

Why is network_fine not used here (network_fn is used) after the depth-guided sampling for final rendering? The network_fine isn't used totally in the rendering process.

@barbararoessle
Copy link
Owner

Hi, we do not use hierarchical sampling, so it is correct that there is just one network used. This is explained in the paper in section 3.2 in the paragraph on depth-guided sampling.

@EchoTHChen
Copy link
Author

EchoTHChen commented Mar 13, 2023 via email

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