my own experiments on nerf. I provided both the dataset and the training codes
conda env create -f environment.yml
python learning_nerf.py
python render_360.py
I built up these codes based on
- tiny nerf colab
https://colab.research.google.com/github/bmild/nerf/blob/master/tiny_nerf.ipynb
- the nerf pytorch
@misc{lin2020nerfpytorch,
title={NeRF-pytorch},
author={Yen-Chen, Lin},
publisher = {GitHub},
journal = {GitHub repository},
howpublished={\url{https://github.com/yenchenlin/nerf-pytorch/}},
year={2020}
}