Skip to content

The official implementation of the NeurIPS 2024 paper: DoGaussian: Distributed-Oriented Gaussian Splatting for Large-Scale 3D Reconstruction Via Gaussian Consensus

Notifications You must be signed in to change notification settings

AIBluefisher/DoGaussian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

DoGaussian

DoGaussian: Distributed-Oriented Gaussian Splatting for Large-Scale 3D Reconstruction Via Gaussian Consensus

[Project Page | arXiv] (NeurIPS 2024)

1. Introduction

Our method accelerates the training of 3DGS by 6+ times when evaluated on large-scale scenes while concurrently achieving state-of-the-art rendering quality.

2. TODO & Roadmap

  • Release evaluation code
  • Release pre-trained models on Mill19, UrbanScene3D, and MatrixCity
  • Release web-viewer.
  • Release training code
  • Test on street-view scenes
  • Support distributed training of Scaffold-GS and Octree-GS

3. Train & Test

Visualize scene splitting

Please check and compile my modification of COLMAP. After installation, launch COLMAP's GUI. I extended the original model files of COLMAP with an additional cluster.txt file, where each line of the file follows the format: [image_id, cluster_id]. When COLMAP's GUI find this file, it will render each image with its color corresponds to its cluster ID. Below are some examples of scene splitting:

sci-art_blocks_2x4_cameras

campus_blocks_2x4_cameras

Cite

If you find this project useful for your research, please consider citing our paper:

@inproceedings{yuchen2024dogaussian,
    title={DoGaussian: Distributed-Oriented Gaussian Splatting for Large-Scale 3D Reconstruction Via Gaussian Consensus},
    author={Yu Chen, Gim Hee Lee},
    booktitle={arXiv},
    year={2024},
}

About

The official implementation of the NeurIPS 2024 paper: DoGaussian: Distributed-Oriented Gaussian Splatting for Large-Scale 3D Reconstruction Via Gaussian Consensus

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published