Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 912 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 912 Bytes

NeRF.cpp

NeRF implementation with Siren layers in C++.

NeRF RGB Animation NeRF Depth Map
RGB Depth Map

Requirements

  • CUDA
  • LibTorch
  • nlohmann_json

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