Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Extracting isosurfaces of Mip-NeRF #30

Open
egorzakharov opened this issue Jul 14, 2022 · 1 comment
Open

Extracting isosurfaces of Mip-NeRF #30

egorzakharov opened this issue Jul 14, 2022 · 1 comment

Comments

@egorzakharov
Copy link

Hello!

Thanks for sharing this awesome work! :)

I'm curious, have you thought about the correct way of extracting the isosurfaces from the trained implicit function?

For vanilla NeRF model it is possible to extract the level surface at two scales using separately trained coarse and fine networks. Here, as far as I understand, it is possible to extract the level surface at an arbitrary scale, and for that I could just query the network with a positional encoding obtained for a desired point x and some manually selected variance, which determines the scale.

Does this approach makes sense to you, or are there some reasons why it could fail?

@jonbarron
Copy link
Contributor

You can definitely query a mipnerf at any desired point x and covariance matrix Sigma. I'm not sure what this has to do with isosurfaces though.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants