Skip to content

Implementation on NeRF framework #21

Description

@hskAlena

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions