CoolFace
Datasetpublic

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.

sourceHugging Faceapache-2.0updated 6mo agoView on Hugging Face
0likes6downloads
Dataset Card

FullCircle Dataset

Dataset for **FullCircle: Effortless 3D Reconstruction from Casual 360° Captures**.

![Webpage](https://theialab.github.io/fullcircle/) ![arXiv](https://arxiv.org/abs/2603.22572) ![Code](https://github.com/theialab/fullcircle)

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 training instructions in the code repo.

Citation

bibtex
@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}
}