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

Appearance Embedding at Inference Time #1570

Open
travisdriver opened this issue Sep 25, 2024 · 0 comments
Open

Appearance Embedding at Inference Time #1570

travisdriver opened this issue Sep 25, 2024 · 0 comments

Comments

@travisdriver
Copy link

I am trying to leverage the appearance embedding enabled through the n_extra_learnable_dims variable. While I am able to train the network with the extra parameters, I'm having trouble leveraging them for the rendering step.

From what I can tell, the per-image appearance embedding is not applied at inference time, i.e., when saving screenshots through run.py. It seems that the appearance embedding from the first image is applied to all images, leading to incorrect lighting on all images except the first.

Is there a way to have the appearance embedding applied to each image at inference time? Similarly, is it possible to independently optimize the appearance embedding on a portion of a test image, as is done in NeRF-W paper?

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