Skip to content

DeliriumV01D/NeRFpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages