hong136/FullCircle
FullCircle Dataset Dataset for FullCircle: Effortless 3D Reconstruction from Casual 360° Captures. Structure Each scene is organized as follows: <scene_name>/ ├── images/ # fisheye frames (camera1/, camera2/) ├── masks/ # fisheye masks (camera1/, camera2/) ├── omni/images/ # 360° omnidirectional frames └── sparse/0/ # COLMAP reconstruction Usage Place scenes under data/ in the code repository, then follow the… See the full description on the dataset page: https://huggingface.co/datasets/hong136/FullCircle.
FullCircle Dataset
Dataset for **FullCircle: Effortless 3D Reconstruction from Casual 360° Captures**.
  
Structure
Each scene is organized as follows:
<scene_name>/
├── images/ # fisheye frames (camera1/, camera2/)
├── masks/ # fisheye masks (camera1/, camera2/)
├── omni/images/ # 360° omnidirectional frames
└── sparse/0/ # COLMAP reconstructionUsage
Place scenes under data/ in the code repository, then follow the training instructions in the code repo.
Citation
@article{foroutan2026fullcircle,
title = {FullCircle: Effortless 3D Reconstruction from Casual 360° Captures},
author = {Foroutan, Yalda and Oztas, Ipek and Rebain, Daniel and Dundar, Aysegul and Yi, Kwang Moo and Goli, Lily and Tagliasacchi, Andrea},
journal = {arXiv preprint arXiv:2603.22572},
year = {2026}
}