Skip to content

Bharath2/NeRF.cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

NeRF implementation in C++ using LibTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published