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

Fix arguments that are not passed from config to NerfactoField #2186

Merged
merged 4 commits into from
Jul 15, 2023

Conversation

liu115
Copy link
Contributor

@liu115 liu115 commented Jul 7, 2023

Models like nerfacto-big and nerfacto-huge are changing base_res and features_per_level in the config. However, the arguments are not actually passed to NerfactoField currently.

@brentyi brentyi requested a review from kerrj July 7, 2023 18:29
@tancik
Copy link
Contributor

tancik commented Jul 13, 2023

Good find! I think it makes sense to reset the nerfacto-big and huge configs so that the performance doesn't change (Im mostly worried about GPU memory). Later we can retune these values now that we know they will actually do something :)

@liu115
Copy link
Contributor Author

liu115 commented Jul 14, 2023

@tancik Thanks! Should I then update the configs and add it in this PR?

@tancik
Copy link
Contributor

tancik commented Jul 15, 2023

That would be great!

…acto-huge to default to match the original behavior
Copy link
Contributor

@tancik tancik left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm

@tancik tancik enabled auto-merge (squash) July 15, 2023 14:08
@tancik tancik merged commit 8cd9bec into nerfstudio-project:main Jul 15, 2023
4 checks passed
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

Successfully merging this pull request may close these issues.

None yet

2 participants