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

little question #18

Open
Spphire opened this issue Apr 9, 2023 · 1 comment
Open

little question #18

Spphire opened this issue Apr 9, 2023 · 1 comment

Comments

@Spphire
Copy link

Spphire commented Apr 9, 2023

Thanks for your greatful work !!
Did you use methods like 'instant-ngp' or something else to speed up training and rendering?

@sarafridov
Copy link
Owner

We don't use Instant-NGP, but we do use a somewhat similar acceleration strategy borrowed from MipNeRF360 and NeRFStudio, where we keep a separate density-only copy of the k-planes model (at lower resolution), and use it to "propose" good places to sample along each ray.

For comparison, the Instant-NGP strategy also involves a density-only copy of the model, but it's used to rejection-sample rather than proposal sample along each ray--this strategy is also implemented in the NeRFAcc library. Either acceleration method can be applied to k-planes with similar results/speedup, but this repo uses the proposal sampling strategy.

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