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 am trying to change NeRF structure to Plenoxel in my code. The final results can be the same (images of the object from different sides), but can I actually directly use the model output the same way for both codes or not really? The model itself is represented by the variable "grid" for Plenoxel and by "render_kwargs_train" for NeRF?
The text was updated successfully, but these errors were encountered:
I am trying to change NeRF structure to Plenoxel in my code. The final results can be the same (images of the object from different sides), but can I actually directly use the model output the same way for both codes or not really? The model itself is represented by the variable "grid" for Plenoxel and by "render_kwargs_train" for NeRF?
The text was updated successfully, but these errors were encountered: