You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Result after color editing:
The text was updated successfully, but these errors were encountered:
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.
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:
Result after color editing:
The text was updated successfully, but these errors were encountered: