/NeRFpp

Neural radiance fields(NeRF) c++ LibTorch implementation

Primary LanguageC++

NeRFpp

Neural radiance fields(NeRF) c++ LibTorch implementation. HashNeRF c++ LibTorch implementation.

NeRF original paper: https://arxiv.org/pdf/2003.08934.pdf Instant Neural Graphics Primitives with a Multiresolution Hash Encoding: https://nvlabs.github.io/instant-ngp/ PyTorch reference for classic NeRF: https://github.com/yenchenlin/nerf-pytorch PyTorch reference for HashNeRF https://github.com/yashbhalgat/HashNeRF-pytorch Dependencies: libTorch(https://pytorch.org), OpenCV(https://opencv.org/releases/), nlohmann json(https://github.com/nlohmann/json)

short