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

Question about the experiment,feature tri-planes + hash tables + single NeRF #25

Open
yanmie-1122 opened this issue May 22, 2024 · 4 comments

Comments

@yanmie-1122
Copy link

In the experimental part of your paper, you mentioned that the experimental configuration of feature tri-planes + hash tables + single NeRF was used, which is the fifth line of Table 2.
I'd like to know how you get the feature tri-planes because using single-shared-MLP seems to mean that you don't need to use the 2D CNN decoder, so how do you build the feature tri-planes?
Thank you very much for your answer.

@pengsida
Copy link
Member

I use the 2D CNN decoder to output the feature tri-planes.

@yanmie-1122
Copy link
Author

Thank you very much for your timely reply.
So in this experimental setup, what you ultimately need to store is a 2D CNN decoder, latent vectors, hash tables, and a standard NERF-like MLP network?

@pengsida
Copy link
Member

Yes.

@yanmie-1122
Copy link
Author

I think I understand. Thank you for your answer.

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