youlenda/FullCircle
收藏资源简介:
--- license: apache-2.0 tags: - Graphics - 3D_reconstruction - Fisheye pretty_name: FullCircle --- # FullCircle Dataset Dataset for [**FullCircle: Effortless 3D Reconstruction from Casual 360° Captures**](https://arxiv.org/abs/2603.22572). [](https://theialab.github.io/fullcircle/) [](https://arxiv.org/abs/2603.22572) [](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](https://github.com/theialab/fullcircle). ## 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} } ```




