This is the code repository for the paper with the same name. We also publish a dataset called Ghent29
.
This repository contains 4 sub-repositories, each with their own README.md.
-
datasets
: the instructions to download the datasets used in the paper. -
gaussian-splatting
: fork of 3DGS adapted for the paper. -
MVSGaussian
: fork of MVSGaussian (ECCV'24) adapter for the paper. -
MVSSplatting
: our code (depth estimation etc.)
Assuming you have a dataset with the SfM (and undistortion) step of COLMAP already applied:
dataset/
├── images/ # undistorted
└── sparse/ # PINHOLE
└── 0/
├── cameras.bin
├── images.bin
└── points3D.bin
Use MVSSplatting
to generate sparse/0/points3D_mvs.bin
. This contains the 3D Gaussian Splats to initialize the training process (see gaussian-splatting
) with, instead of the COLMAP SfM point cloud. During/after training, you can use 3DGS' realtime viewers to visualize the splats.
MVSSplatting
also has an optional GUI.
Our paper is currently under review. Once published, the citation will become available here.
Paper and dataset by IDLab Media