Skip to content

My implementation of the original Nerf paper with beautiful code.

License

Notifications You must be signed in to change notification settings

kyegomez/Nerf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi-Modality

Nerf

My personal implementation of the NERF paper, with much better code. Because the original implementation has ugly code and i don't understand absolutely anything there.

Paper Link

Appreciation

  • Lucidrains
  • Agorians

Install

pip install nerf-torch

Usage

import torch
from nerf.model import Nerf

model = Nerf()

x = torch.randn(1, 6)

output = model(x)

print(output)

License

MIT

Citations

@misc{2003.08934,
Author = {Ben Mildenhall and Pratul P. Srinivasan and Matthew Tancik and Jonathan T. Barron and Ravi Ramamoorthi and Ren Ng},
Title = {NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis},
Year = {2020},
Eprint = {arXiv:2003.08934},
}

About

My implementation of the original Nerf paper with beautiful code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages