NeRF implementation with Siren layers in C++.
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