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 scalable is StreetSurf to larger-scale scenes #35

Open
Geniussh opened this issue Oct 3, 2023 · 1 comment
Open

How scalable is StreetSurf to larger-scale scenes #35

Geniussh opened this issue Oct 3, 2023 · 1 comment

Comments

@Geniussh
Copy link

Geniussh commented Oct 3, 2023

Thanks for the great work. The demos I have seen from the project website are all quite short (within 10 seconds) and travel only limited distance. Have you tried to train StreetSurf on larger scenes such as those that travel hundreds of kilometers? If so, will the current framework face any scalability issues? I am curious about why you haven't followed the same scene splitting approach as used in Block-NeRF, Mega-NeRF, and SUDS in order to readily scale to larger scenes.

I understand the distant-view branch might not be impacted because NeRF++ is internally robust to such large scenes with its inverted reparameterization. But how about the close-range branch that is based on NGP + NeuS? Will the hash-grid have enough capability to store features for larger scenes, or do you have to adjust N_{max}, T, and L (notations used in NGP paper) accordingly based on the size of the training sequence?

Looking forward to your answers!

@amoghskanda
Copy link

@Geniussh did you try rendering Streetsurf with differnet nvs paths?

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