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

Why the coarse stage of sampling were sent to the network for inference twice #188

Open
YZsZY opened this issue Dec 25, 2022 · 0 comments
Open

Comments

@YZsZY
Copy link

YZsZY commented Dec 25, 2022

Hello kwea, sorry for disturbing you! I would like to ask a question.

I noticed that the fine stage merged the sample points from the coarse stage and sent them to the network for inference, here I have a doubt, because the sample points from the coarse stage have already been inferred before, why do they have to be sent to the network for inference again here, is it to facilitate the final volume rendering? But it feels like this will add a lot of computation

z_vals, _ = torch.sort(torch.cat([z_vals, z_vals_], -1), -1)

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

1 participant