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

Implementation on NeRF framework #21

Open
hskAlena opened this issue Nov 15, 2024 · 0 comments
Open

Implementation on NeRF framework #21

hskAlena opened this issue Nov 15, 2024 · 0 comments

Comments

@hskAlena
Copy link

Hello! Thanks for your amazing work!

I'm trying to implement your fisherRF in the NeRF framework.
The problem is that in NeRF, the model parameters do not directly correspond to spatial locations.
So, to visualize the pixel-wise uncertainty, ChatGPT advised that I render and get gradients of every pixel (ray) one by one.

However, how can I render the computed uncertainty? It is hard to volume-render the gradients of model parameters.
Can I just sum up the pixel-wise uncertainties?

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