NeRF.cpp

NeRF implementation in C++ for 3D reconstruction and Novel View Synthesis, with siren layers.

NeRF RGB Animation NeRF Depth Map
RGB Depth Map

Requirements

Building and Running

Build the project with cmake.

mkdir build
cd build
cmake ..
make

Run the executable with input and output paths.

./NeRF.cpp /path/to/data/lego /path/to/output

References