Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shahanneda authored Sep 19, 2023
1 parent ad26921 commit 7f57825
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# NeRfFromScratch
Implementing NeRF from scratch, by following the [original research paper. ](https://arxiv.org/abs/2003.08934)



I first started out by creating a 2D "nerf", which just memorizes a photo: https://github.com/shahanneda/NeRfFromScratch/blob/main/single-image.ipynb

And then I moved on to making it 3D: https://github.com/shahanneda/NeRfFromScratch/blob/main/3d_image.ipynb

Then, to run overnight training runs, I extracted some code to classes and more proper python files, and also integrated with weights and biases to run many different training runs with different parameters:
![image](https://github.com/shahanneda/NeRfFromScratch/assets/17485954/55f503f2-5c9a-4b01-b32f-95a4fa7e045c)

0 comments on commit 7f57825

Please sign in to comment.