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

Do two networks have to be used to model color and density separately #9

Open
BCL123456-BAL opened this issue Jun 10, 2023 · 2 comments

Comments

@BCL123456-BAL
Copy link

I tried fitting the color and density with an MLP like the original nerf. There is no problem with training and testing, but when doing color editing, there is a problem.

Test images during training:
rgb_000
plt_decomp_000

Result after color editing:
image

@yuehaowang
Copy link
Owner

Thanks for your question.

In our implementation, we model density and appearance in two separate fields.
Nevertheless, I believe fitting density and appearance with one MLP is also okay since our method does not require any parameter fine-tuning. I guess the issue you met may stem from misuse of the density and appearance channels.

@BCL123456-BAL
Copy link
Author

Thank you for your reply, I have found the problem, which lies in the processing of light.

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