|
|
|
|
|
by phire
1915 days ago
|
|
This technique isn't actually speeding up the NeRF rendering algorithm. It bakes the NeRF back to a semi-discrete representation (Octree of Spherical Harmonics voxels) which can render near-identical results at interactive speeds. The baked data is much larger than the original NeRF model (2gb vs 5mb), but they can be downsampled to 30-100mb with little loss in quality. |
|