Neural radiance fields(NeRF) c++ LibTorch implementation. HashNeRF c++ LibTorch and also cuda implementations. Naive Language Embedded Radiance Fields with RuCLIP https://github.com/DeliriumV01D/RuCLIP in progress.
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 cuda reference for HashNeRF https://github.com/Totoro97/f2-nerf
Dependencies: libTorch(https://pytorch.org), OpenCV(https://opencv.org/releases/), COLMAP(https://github.com/colmap/colmap) nlohmann json(https://github.com/nlohmann/json)