This is the official repo for the paper: Depth Distribution Neural Radiance Fields. This repo also contains torch implementation of MipNeRF.
See project page for more details - https://dadonda89.github.io/ddnerfweb/
Some functions in this repo were taken from:
conda env create -f environment.yml
conda activate nerf
python train_model.py --config configs/XXXX.yaml
python eval_nerf.py --logdir path_to_model_logdir
python render_video.py --logdir path_to_model_logdir
###example configs: