Geometry and Gradient-based Partitioning for Panoramic Outdoor Reconstruction
Paper β’ 2607.08769 β’ Published
Geometry and Gradient-based Partitioning for Panoramic Outdoor Reconstruction
English | δΈζ
This repository hosts the datasets and pretrained .ply Gaussian models for
PanoLOG / GGPS β panoramic (equirectangular / ERP) outdoor 3D Gaussian Splatting
reconstruction. For training and rendering code, see the
GGPS code repository.
datasets/ β per-scene capture data (ERP panoramas + openMVG reconstruction), one archive per scene.ply/ β pretrained / reconstructed Gaussian Splatting .ply models.| Scene | Archive | Panoramas | Reconstruction |
|---|---|---|---|
| FTP | datasets/FTP.zip |
354 | openMVG (sfm_data.bin/.json, colorized.ply, cloud_and_poses.ply) |
| NSC | datasets/NSC.zip |
1862 | openMVG (same as above) |
| NSK | datasets/NSK.zip |
576 | openMVG (same as above) |
| Total | 2792 |
All panoramas are equirectangular (ERP) .png.
GGPS/
βββ datasets/ # per-scene archives (FTP.zip, NSC.zip, NSK.zip, ...)
β βββ README.md
βββ ply/ # pretrained .ply Gaussian models
βββ README.md
Each dataset archive expands to the openMVG β COLMAP layout expected by the code repo:
<scene>/
βββ images/ # ERP panoramas
βββ reconstruction/
βββ sfm_data.bin # openMVG binary (sfm_data.json can be re-exported from this)
βββ sfm_data.json # openMVG JSON
βββ colorized.ply # colorized sparse point cloud (3DGS init)
βββ cloud_and_poses.ply
With the Hugging Face CLI:
pip install -U "huggingface_hub[cli]"
# whole repo
hf download Insta360-Research/GGPS --repo-type model --local-dir GGPS
# a single scene archive
hf download Insta360-Research/GGPS datasets/FTP.zip --repo-type model --local-dir .
Released under CC BY-NC 4.0 (non-commercial use only), consistent with the GGPS code repository.
@article{panolog2026,
title = {Geometry and Gradient-based Partitioning for Panoramic Outdoor Reconstruction},
author = {Chen, Weijian and Yao, Weibo and Zhang, Yuhang and Tang, Xiaolin and
Wang, Guo and Zhang, Weijun and Gao, Xitong and Chen, Yihao and
Qin, Hongde and Qi, Lu},
journal = {arXiv preprint arXiv:2607.08769},
year = {2026}
}