sxyu / svox2

Plenoxels: Radiance Fields without Neural Networks
BSD 2-Clause "Simplified" License
2.82k stars 360 forks source link

Model variable #103

Open povolann opened 1 year ago

povolann commented 1 year ago

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?

sxyu commented 1 year ago

Hi, by model output do you mean the images? In that case it is indeed the same.

povolann commented 1 year ago

Hi, by model output do you mean the images? In that case it is indeed the same.

Yes, I meant the images. Ok, thank you :)