DeliriumV01D / NeRFpp

Neural radiance fields(NeRF) c++ LibTorch implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Neural radiance fields(NeRF) c++ LibTorch implementation


Languages

Language:C++ 99.8%Language:CMake 0.1%Language:C 0.1%