Re-implement the original NERF by refering to tiny_nerf notebook.
Small differences:
- Be able to batch multiple images (not just batching rays)
- Add basic unit tests
- Use Pytorch
Just want to explore the NERF technology, and the best way to do so is implementing things from "scratch".
make download
python train.py
To run the tests, do make test
Training for 10 epochs, we can get the following results.