sjc / voxnerf /README.md
amankishore's picture
Updated app.py
7a11626
|
raw
history blame
No virus
253 Bytes
This is a custom implementation of voxel radiance field. The codebase
is adapted from TensoRF but with fairly heavy changes; we do not use tensor factorization for simplicity.
It achieves comparable performance to vanilla NeRF absent view dependencies.