/LiteRF-RadianceFields

C++ implementation of Radiance Fields paper

Primary LanguageC++MIT LicenseMIT

LiteRF

implementation of various radiance fields in C++

Build (CPU):

  1. clone this repo:
    • git clone
    • cd LiteRF
  2. clone submodules:
    • git submodule init && git submodule update
  3. build enzyme AD like here https://github.com/Ray-Tracing-Systems/HydraCore3
  4. use Cmake to build project:
    • mkdir cmake-build-release && cd cmake-build-release
    • cmake -DCMAKE_BUILD_TYPE=Release ..
    • make -j 8
  5. download data

image image image image image image image