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

Which method is applied to transform the density derived from NeRF into mesh? #23

Open
YouyuChen0207 opened this issue Oct 18, 2023 · 3 comments

Comments

@YouyuChen0207
Copy link

Hello, thanks to your great work!

I would like to learn some detail in your experiment where you set NeRF as a baseline. You converted NeRF density into a mesh with a threshold. Did you apply Marching Cube or some other methods to achieve this? If you applied other methods, which one is your choice?

Thanks!

@YouyuChen0207
Copy link
Author

I found you applied MISE for mesh extraction of your work. Did you use the same method to performe experiment on NeRF with a threshold extracted occupancy? I just want to learn the details. Thanks!

@robofar
Copy link

robofar commented May 13, 2024

Hello @YouyuChen0207 . I am also confused about this part? I don't understand how they extracted mesh from NeRF density output. Also they are mentioning that they used some density threshold when extracting a mesh, but I don't understand what is it used for. Can you explain me if you figured it out?

@YouyuChen0207
Copy link
Author

@robofar Hello, if you want to know how to extract mesh from NeRF density (may not be the same method in this paper), you could look up for Marching Cube, which is an available paper describing how to derive a mesh from volume density grid. Hope this is helpful for you.

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

2 participants