Skip to content

nerfstudio-project/nerfacc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

13f8cdf · Oct 4, 2022
Sep 27, 2022
Oct 4, 2022
Sep 28, 2022
Oct 4, 2022
Sep 21, 2022
Sep 27, 2022
Sep 18, 2022
Sep 27, 2022
Sep 16, 2022
Sep 14, 2022
Sep 28, 2022
Oct 4, 2022
Sep 14, 2022

Repository files navigation

nerfacc

Core Tests. Documentation Status

This is a tiny toolbox for accelerating NeRF training & rendering using PyTorch CUDA extensions. Plug-and-play for most of the NeRFs!

Examples:

# Instant-NGP Nerf
python examples/train_ngp_nerf.py --train_split trainval --scene lego
# Vanilla MLP Nerf
python examples/train_mlp_nerf.py --train_split train --scene lego
# MLP Nerf on Dynamic objects (D-Nerf)
python examples/train_mlp_dnerf.py --train_split train --scene lego
# NGP on MipNeRF360 unbounded scene
python examples/train_ngp_nerf.py --train_split train --scene garden --auto_aabb --unbounded --cone_angle=0.004