Giter VIP home page Giter VIP logo

nerf_implementations's Introduction

NeRF_Implementations

Neural Radiance Fields (NeRF) is a method for synthesizing novel views from 2D images. This repository is to reproduce nerf models only for educational purpose. All models are from their official implementations and cited in each directory.

NeRF from scratch implementations are heavily brought from NeRF tutorial which I highly recommend to visit.

Installation

git clone https://github.com/YoungjuNa-KR/NeRF_Implementations.git
cd NeRF_Implementations
pip install -r requirements.txt

environments details & Dependencies

  • GPU: RTX3090
  • CUDA: 11.3
  • cudnn: 8.05
  • Python 3.8
  • Pytorch 1.11
  • matplotlib
  • numpy
  • imageio
  • imageio-ffmpeg
  • configargparse

Data Preprocessing

Understanding the data preprocessing pipeline is important in reproducing models, especially NeRF because it requires understanding camera models. I recommend following the hyper-nerf data preprocessing pipeline to grasp the procedure.

Pretrained Models

blender_lego_200000_iters

available (brought from offical implementations)

Upcoming updates

Jupyter Guides

Jupyter guides follow the PyTorch implementations of models below from scratch. (Data Processing, Model, train/test, visualizations)

  • NeRF
  • D-NeRF
  • NeRFACE
  • PixelNeRF (TBU)
  • RegNeRF(TBU)

image

nerf_implementations's People

Contributors

youngju-na avatar

Stargazers

programpunch avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.