Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phuang1024/nerf

Implementation of Neural Radiance Fields.
https://github.com/phuang1024/nerf

Last synced: 9 days ago
JSON representation

Implementation of Neural Radiance Fields.

Awesome Lists containing this project

README

        

# NeRF

Implementation of Neural Radiance Fields.

Original paper: https://arxiv.org/abs/2003.08934

## Results

Top is NeRF render. Bottom is ground truth.

5000 iters:

![](https://github.com/phuang1024/NeRF/blob/master/examples/duck.jpg?raw=true)

1400 iters:

![](https://github.com/phuang1024/NeRF/blob/master/examples/plant.jpg?raw=true)

In theory, the quality should improve with more training. The paper states that 100k to 300k
iterations are needed for a good result. However, with my slow code, it takes too long.