neural_hash_encoding icon indicating copy to clipboard operation
neural_hash_encoding copied to clipboard

add NeRF training

Open jenkspt opened this issue 2 years ago • 0 comments

  • Adapt jax code from sarafridov/plenoxels
    • Replace the plenoxel sparse grid with HashArray of
    • Replace spherical harmonic eval_sh with MLP

The instant neural graphics nerf training is more similar to plenoxel than original nerf, since plenoxel uses trilinear interpolation on a sparse grid.

jenkspt avatar Jan 21 '22 22:01 jenkspt