Skip to content

Implementation of NeRF from scratch with hierarchical sampling

Notifications You must be signed in to change notification settings

chinmay0301ucsd/CSE291_HW3_Code

Repository files navigation

NeRF implmementation for CSE 291

Refer to the config files in the config folder for all the hyperparameters, data paths etc to specify.

To run without hierarchical sampling -

python3 train_hw3.py --config_path configs/hw3.yaml 

I have integrated tensorboard in this implementation. Start it in a separate implementation.

tensorboard --logir=logs/

To run with hierarchical sampling -

python3 train_hw3_hierarchical.py --config_path configs/hw3_hier.yaml 

About

Implementation of NeRF from scratch with hierarchical sampling

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages