Skip to content

Add support for LLFF dataset

Compare
Choose a tag to compare
@DveloperY0115 DveloperY0115 released this 01 Jul 15:17
· 122 commits to main since this release

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:

  1. Training with NDC projection is not working. However, you can still produce nice-looking images on Blender and LLFF datasets;
  2. The helper function spherify_poses in load_llff.py is still undeciphered. Meanwhile, it is not invoked while loading LLFF 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