Skip to content
/ ODGS Public

[NeurIPS 2024] ODGS: 3D Scene Reconstruction from Omnidirectional Images with 3D Gaussian Splatting

License

Notifications You must be signed in to change notification settings

esw0116/ODGS

Repository files navigation

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."

Update Log

24.12.08: First upload (CUDA rasterizer and training code)

Installation

git clone https://github.com/esw0116/ODGS.git --recursive
cd ODGS

# Set Environment
conda env create --file environment.yml
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 ⭐links to the adjusted datasets⭐ 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 / OmniPhotos / 360Roam / OmniScenes / 360VO

Training (Optimization)

ODGS requires optimization for each scene. Run the script below to start optimization:

python train.py -s <source(dataset)_path> -m <output_path> --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={arXiv preprint arXiv:2410.20686},
  year={2024}
}

Qualitative Comparisons

About

[NeurIPS 2024] ODGS: 3D Scene Reconstruction from Omnidirectional Images with 3D Gaussian Splatting

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published