naufalso / keras_nerf

NeRF (Neural Radiance Field) TensorFlow v2 Keras Re-Implementation
10 stars 1 forks source link
3d-reconstruction deep-learning keras nerf novel-view-synthesis tensorflow2

NeRF TensorFlow v2 Keras Re-Implementation

[Work in Progress]

Author: Naufal Suryanto

Quickstart

1. Prepare dataset

2. Install the dependencies

3. Run the tests [optional]

4. Run the training code

Training Logs Inference
lego_train_250ep lego_128_256
chair_train_245ep chair_128_256

Implementation and Features

NeRF Model

Training Supports

References

Code Implementation Inspired by

Original Project Page