Install the following dependency
conda env create -f environment.yml
cd submodules
git clone [email protected]:ashawkey/diff-gaussian-rasterization.git --recursive
git clone https://gitlab.inria.fr/bkerbl/simple-knn.git
pip install ./submodules/diff-gaussian-rasterization
pip install ./submodules/simple-knn
pip install ./LightGlue
Download Blender Dataset from Blender
Download LLFF Dataset from LLFF
bash ./scripts/llff.sh
bash ./scripts/blender.sh
@article{xiao2024mcgs,
title={MCGS: Multiview Consistency Enhancement for Sparse-View 3D Gaussian Radiance Fields},
author={Xiao, Yuru and Zhai, Deming and Zhao, Wenbo and Jiang, Kui and Jiang, Junjun and Liu, Xianming},
journal={arXiv preprint arXiv:2410.11394},
year={2024}
}