NeRFs-Simplified

December 14, 2022 ยท View on GitHub

Simplified code for NeRF and integrated with different NeRF models. Code for different NeRF models available under a unified structure. Additionally, loss maps are visualized during validation.

Currently supported NeRF models

  1. NeRF: Code borrowed from nerf-pytorch
  2. Mip-NeRF: Code borrowed from mipnerf

Citation

If you use this in your work, please cite this github repository as well as the corresponding original papers/implementations.

@misc{somraj2022nerf,
    title = {{NeRFs} Simplified},
    author = {Somraj, Nagabhushan},
    year = {2022},
    publisher = {GitHub},
    url = {https://github.com/NagabhushanSN95/NeRFs-Simplified}
}