NeRF

This repository is code factory that I reconstructed to my research and customizing convenience.

Demo

trex horns

Dataset

Open Google Drive Download Link for LLFF, Blender

Folder hierarchy
NeRF/
  /config
  /dataset
  /model_loader
  /models
  /save
  /tools
  model_train.py
  parser.py

Training (only for LLFF, Blender)

T-rex example

python model_train.py --config configs/llff/trex.txt

Horns example

python model_train.py --config configs/LLFF/horns.txt

Evaluation

Not implemented