Datasets:
The dataset viewer is not available for this subset.
Exception: SplitsNotFoundError
Message: The split names could not be parsed from the dataset config.
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 286, in get_dataset_config_info
for split_generator in builder._split_generators(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/packaged_modules/webdataset/webdataset.py", line 82, in _split_generators
raise ValueError(
ValueError: The TAR archives of the dataset should be in WebDataset format, but the files in the archive don't share the same prefix or the same types.
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/split_names.py", line 66, in compute_split_names_from_streaming_response
for split in get_dataset_split_names(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 340, in get_dataset_split_names
info = get_dataset_config_info(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/inspect.py", line 291, in get_dataset_config_info
raise SplitsNotFoundError("The split names could not be parsed from the dataset config.") from err
datasets.inspect.SplitsNotFoundError: The split names could not be parsed from the dataset config.Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
TerraSky3D: Multi-View Reconstructions of European Landmarks in 4K
Mattia D'Urso1 · Yuxi Hu1 · Christian Sormann2 · Mattia Rossi2 · Friedrich Fraundorfer1
1Graz University of Technology · 2Sony
3DMV at CVPR Workshop 2026
Left: Sparse 3D reconstruction of the Villalta Castle, Italy. Right: Representative images collected from aerial and ground perspectives, shown with their corresponding geometrically and semantically filtered depth maps.
Examples of 3DGS reconstructions of aerial and ground scenes from TerraSky3D.
Abstract
Despite the growing need for data of more and more sophisticated 3D reconstruction pipelines, we can still observe a scarcity of suitable public datasets. Existing 3D datasets are either low resolution, limited to a small amount of scenes, based on images of varying quality because retrieved from the internet, or limited to specific capturing scenarios.
Motivated by this lack of suitable 3D datasets, we captured TerraSky3D, a high-resolution large-scale 3D reconstruction dataset comprising ~50,000 images divided into 150 ground, aerial, and mixed scenes. The dataset focuses on European landmarks and comes with curated calibration data, camera poses, and depth maps. TerraSky3D tries to answer the need for challenging dataset that can be used to train and evaluate 3D reconstruction-related pipelines.
📊 Training/Test Set Statistics (v1.0)
| Metric | Train | / | Test | Description |
|---|---|---|---|---|
| Scenes | 138 | / | 12 | Number of scenes. |
| Images | 44,505 | / | 3,018 | Number of high-resolution (4K) images provided in the dataset. |
| Pairs | 2,671,062 | / | 43,720 | Total stereo/overlapping image pairs captured. |
| ↳ Ground | 1,729,147 | / | 32,718 | Pairs captured only from a ground perspective. |
| ↳ Aerial | 728,502 | / | 6,308 | Pairs captured only from an aerial perspective. |
| ↳ Mixed | 213,413 | / | 4,694 | Pairs captured from both aerial and ground views. |
📁 Download & Format
The dataset can be downloaded from Hugging Face 🤗 .
Use data_viewer.ipynb to generate train_data.json and visualize examples of pairs of images from all the dataset or just mixed aerial and ground pairs.
The dataset follows a structured format for seamless integration into SfM and novel view synthesis pipelines:
data/scene/
├── colmap/ # Structure-from-Motion outputs in COLMAP format
│ └── sparse/
│ └── 0/
│ ├── cameras # Intrinsic parameters
│ ├── images # Extrinsic parameters / poses
│ └── points3D # Sparse point cloud
├── frames/ # Extracted video frames
│ ├── cam_0/
│ │ └── frame_000000.jpg # Format: cam_i/frame_*.jpg
│ ├── cam_1/
│ │ └── frame_000000.jpg
│ └── ...
├── depth/ # Multi-View Stereo depth outputs
│ ├── maps/ # Raw depth estimations from APD-MVS
│ │ ├── cam_0/
│ │ │ └── frame_000000.h5
│ │ └── ...
│ ├── masks_geometric/ # Geometric masks from APD-MVS
│ │ ├── cam_0/
│ │ │ └── frame_000000.png
│ │ └── ...
│ └── masks_semantic/ # Semantic masks from Mask2Former
│ ├── cam_0/
│ │ └── frame_000000.png
│ └── ...
└── train_data.json # Dictionary containing scenes, images, and camera parameters
🙏 Acknowledgments
We thank Davide Casano, Luca Danelutti, Federico Fattori, Alessandro Menafra, Florian Thaler, Runze Yuan, and Stefano Zorzi for their invaluable contributions to the data collection process.
📝 Citation
If you find this dataset or code useful in your research, please consider citing:
@article{durso202Xterrasky3d,
title={TerraSky3D: Multi-View Reconstructions of European Landmarks in 4K},
author={D'Urso, Mattia and Hu, Yuxi and Rossi, Mattia and Sormann, Christian and Fraundorfer, Friedrich},
booktitle={IEEE Conference on Computer Vision and Pattern Recognition},
year={2026}
}
- Downloads last month
- 930