Home

Awesome

2D Gaussian Splatting Colab

This project provides a Google Colab implementation of the original reference implementation for 2D Gaussian Splatting for Geometrically Accurate Radiance Fields (SIGGRAPH 2024) to facilitate rapid prototyping of 2DGS scenes using cloud compute.

Project Page | Main Repo

How to Use

Open in Colab

  1. Upload your COLMAP or NERF Synthetic dataset to Google Drive.
  2. Launch the 2DGS Colab Notebook.
  3. Ensure that you are connected to a GPU runtime.
  4. Execute the training and rendering process.
  5. Download the generated output folder from Google Drive.
  6. Run SIBR Viewer for viewing 2DGS locally to view the outputs.

Acknowledgements

Thanks to the authors of the original implementation of the article for providing the reference implementation: Binbin Huang, Zehao Yu, Anpei Chen, Andreas Geiger, Shenghua Gao.