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?
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?