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.
How to Use
- Upload your COLMAP or NERF Synthetic dataset to Google Drive.
- Launch the 2DGS Colab Notebook.
- Ensure that you are connected to a GPU runtime.
- Execute the training and rendering process.
- Download the generated output folder from Google Drive.
- 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.