Skip to content

Simple full PyTorch implementation of the paper "NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis" by Mildenhall et. al. (2019) based on the partial 100-line implementation by Maxime Vandegar.

License

Notifications You must be signed in to change notification settings

KaneLindsay/babynerf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis

Full PyTorch implementation (with heirarchical volume sampling) of the paper 'NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis' (2019) by Ben Mildenhall, Pratul P. Srinivasan, Matthew Tancik, Jonathan T. Barron, Ravi Ramamoorthi, and Ren Ng. Extended from the '100 lines of code' implementation by Maxime Vandegar, available online at https://github.com/MaximeVandegar/Papers-in-100-Lines-of-Code.git.

Sample Data

Place the sample data .pkl files into the folder /data/

https://drive.google.com/drive/folders/18bwm-RiHETRCS5yD9G00seFIcrJHIvD-

Project Structure

BABYNERF

  • checkpoints
  • data
    • testing_data.pkl
    • training_data.pkl
  • logs (tensorboard)
  • novel_views
  • nerf.py
  • semantic_nerf.py

About

Simple full PyTorch implementation of the paper "NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis" by Mildenhall et. al. (2019) based on the partial 100-line implementation by Maxime Vandegar.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages