# ODGS **Repository Path**: wwz-2000/ODGS ## Basic Information - **Project Name**: ODGS - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-14 - **Last Updated**: 2025-08-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
[![Project](https://img.shields.io/badge/Project-ODGS-green)](https://robot0321.github.io/odgs/index.html) [![ArXiv](https://img.shields.io/badge/Arxiv-2410.20686-red)](https://arxiv.org/abs/2410.20686) [![SlidesLive](https://img.shields.io/badge/SlidesLive-Video-blue)](https://recorder-v3.slideslive.com/#/share?share=95518&s=8f3c36ff-7c37-4acd-92da-9f473575a26e)

ODGS: 3D Scene Reconstruction from Omnidirectional Images
with 3D Gaussian Splatting

Suyoung Lee*  ·  Jaeyoung Chung*  ·  Jaeyoo Huh  ·  Kyoung Mu Lee
(* denotes equal contribution)

NeurIPS 2024

--- This is an official implementation of ["ODGS: 3D Scene Reconstruction from Omnidirectional Images with 3D Gaussian Splatting."](https://arxiv.org/abs/2410.20686)

### Update Log **24.12.08:** First upload (CUDA rasterizer and training code) **24.12.26:** Update project page and video hyperlink ## Installation ~~~bash git clone https://github.com/esw0116/ODGS.git --recursive cd ODGS # Set Environment conda env create --file environment.yaml conda activate ODGS pip install submodules/simple-knn pip install submodules/odgs-gaussian-rasterization ~~~ ## Dataset We evaluate 6 datasets by adjusting their resolutions and performing Structure-from-Motion using OpenMVG. For your convenience, we provide :star:[**links to the adjusted datasets**](https://1drv.ms/f/c/1ac507ce4eb00e92/Eq437jJ76JZFhcHqCw3FZ0sB35A2df6mx16O9Mj_-F8z6Q?e=Jy7MrY):star: used in our paper. **Note**: The authors of 360Roam dataset do not want to distribute thier datasets yet (8 Dec. 2024), so we will not provide here. If you need, please contact them. For reference, we provide the links to the **original datasets** here. [OmniBlender & Ricoh360](https://github.com/changwoonchoi/EgoNeRF) / [OmniPhotos](https://github.com/cr333/OmniPhotos?tab=readme-ov-file) / [360Roam](https://huajianup.github.io/research/360Roam/) / [OmniScenes](https://github.com/82magnolia/piccolo) / [360VO](https://huajianup.github.io/research/360VO/) ## Training (Optimization) ODGS requires optimization for each scene. Run the script below to start optimization: ~~~python python train.py -s -m --eval ~~~

Citation

@article{lee2024odgs,
      title={ODGS: 3D Scene Reconstruction from Omnidirectional Images with 3D Gaussian Splattings},
      author={Lee, Suyoung and Chung, Jaeyoung and Huh, Jaeyoo and Lee, Kyoung Mu},
      journal={Advances in Neural Information Processing Systems (NeurIPS)},
      volume={37},
      year={2024}
}
## Qualitative Comparisons