Video | Paper | Slides | Datasets
Authors: Andreya Ware, Che Chen, Swetha Subbiah, Ved Abhyankar, Tiancheng Zhang
Achieve illumination robustness for Vox-Fusion. Course Project for ROB 530 Mobile Robotics W23.
- Based on Vox-Fusion, use a per-image embedding and a single MLP layer to predict an affine transformation in color space (first proposed in URF) so that the SLAM algorithm is robust to global illumination change.
- Created datasets for evaluating both global and local illumination changes, available here
-
install
cuda=11.7
,python>=3.8
-
install poetry
-
prepare a python and set poetry environment using
poetry env use /path/to/python
- install python environment
export PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring
poetry install
- entering environment
poetry shell
- build third-party libs
./install.sh
- download dataset you need.
- Just run
poetry run python demo/run.py configs/replica_robust/room_0_global.yaml
- The training log is stored within the
log
directory
Several evaluation scripts in utils
eval_mesh.py
- evaluate mesh reconstructioneval_track.py
- evaluate tracking performancererender_replica.py
- re-render scenes in replica dataset