Add support for LLFF dataset
This release includes:
- Abstract dataset class and helper functions for loading
LLFF
dataset
Most of the codes were adopted from the official TensorFlow implementation of NeRF (ECCV 2020), but we added documentation to help users understand the functionalities of codes and intentions behind them.
Disclaimer) The current release also has several (known) issues:
- Training with NDC projection is not working. However, you can still produce nice-looking images on
Blender
andLLFF
datasets; - The helper function
spherify_poses
inload_llff.py
is still undeciphered. Meanwhile, it is not invoked while loadingLLFF
dataset so the current execution flow has nothing to do with it. We will add the documentation ASAP;
Currently, we are considering interesting future directions that will expand what this code base is capable of, please stay tuned for updates!
Full Changelog: v1.0.0...v1.1.0