Skip to content

11mhg/nerf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NERF

This is a simple implementation of a NERF using Jax.

I wrote this because I wanted to get a better understanding of how NERF's work and to have my own code to play around with. Starting from scratch helped me better understand more pieces of the puzzle.

How to use

To train run:

python3 ./nerf/train.py

and to visualize:

python3 ./nerf/render.py --help

Examples

Example Graphics of Nerf at novel viewpoints

The following example uses the bulldozer dataset from the original nerf paper to train and visualize.

example-bulldozer

This next example also plots the camera sphere and the direction of the cameras in the scene.

bulldozer-camera-sphere

About

A simple nerf implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published