Dataset Viewer
Full Screen
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    UnidentifiedImageError
Message:      cannot identify image file <_io.BytesIO object at 0x7f5324172b30>
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 99, in get_rows_or_raise
                  return get_rows(
                File "/src/libs/libcommon/src/libcommon/utils.py", line 197, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 77, in get_rows
                  rows_plus_one = list(itertools.islice(ds, rows_max_number + 1))
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 2097, in __iter__
                  example = _apply_feature_types_on_example(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/iterable_dataset.py", line 1635, in _apply_feature_types_on_example
                  decoded_example = features.decode_example(encoded_example, token_per_repo_id=token_per_repo_id)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 2044, in decode_example
                  return {
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 2045, in <dictcomp>
                  column_name: decode_nested_example(feature, value, token_per_repo_id=token_per_repo_id)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/features.py", line 1405, in decode_nested_example
                  return schema.decode_example(obj, token_per_repo_id=token_per_repo_id)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/features/image.py", line 185, in decode_example
                  image = PIL.Image.open(bytes_)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/PIL/Image.py", line 3339, in open
                  raise UnidentifiedImageError(msg)
              PIL.UnidentifiedImageError: cannot identify image file <_io.BytesIO object at 0x7f5324172b30>

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.

Dataset Card for SkyScenes

image

This is a FiftyOne dataset with 280 samples.

Installation

If you haven't already, install FiftyOne:

pip install -U fiftyone

Usage

import fiftyone as fo
from fiftyone.utils.huggingface import load_from_hub

# Load the dataset
# Note: other available arguments include 'max_samples', etc
dataset = load_from_hub("Voxel51/SkyScenes")

# Launch the App
session = fo.launch_app(dataset)

Dataset Details

SkyScenes is a comprehensive synthetic dataset for aerial scene understanding that was recently accepted to ECCV 2024. The dataset contains 33,600 aerial images captured from UAV perspectives using the CARLA simulator.

The original repo on the Hub can be found here.

  • Curated by: Sahil Khose, Anisha Pal, Aayushi Agarwal, Deepanshi, Judy Hoffman, Prithvijit Chattopadhyay
  • Funded by: Georgia Institute of Technology
  • Shared by: Harpreet Sahota, Hacker-in-Residence at Voxel51
  • Language(s) (NLP): en
  • License: MIT License

Dataset Structure

  • Images: RGB images captured across multiple variations:

    • 8 different town layouts (7 urban + 1 rural)

    • 5 weather/time conditions (ClearNoon, ClearSunset, ClearNight, CloudyNoon, MidRainyNoon)

    • 12 viewpoint combinations (3 heights × 4 pitch angles)

Annotations

Each image comes with dense pixel-level annotations for:

  • Semantic segmentation (28 classes)

  • Instance segmentation

  • Depth information

Key Variations

  • Heights: 15m, 35m, 60m

  • Pitch Angles: 0°, 45°, 60°, 90°

  • Weather/Time: Various conditions to test robustness

  • Layouts: Different urban and rural environments

NOTE: This repo contains only a subset of the full dataset:

  • Heights & Pitch Angles:

    • H_15_P_0 (15m height, 0° pitch)

    • H_35_P_0 (35m height, 0° pitch)

    • H_60_P_0 (60m height, 0° pitch)

  • Weather Condition: ClearNoon only

  • Town Layouts: Town01, Town02, Town05, Town07

  • Data Modalities:

    • RGB Images
    • Depth Maps
    • Semantic Segmentation

If you wish to work with the full dataset in FiftyOne format, you can use the following repo.

Dataset Sources

Uses

The dataset contains 33.6k densely annotated synthetic aerial images with comprehensive metadata and annotations, making it suitable for both training and systematic evaluation of aerial scene understanding models.

Training and Pre-training

  • Functions as a pre-training dataset for real-world aerial scene understanding models
  • Models trained on SkyScenes demonstrate strong generalization to real-world scenarios
  • Can effectively augment real-world training data to improve overall model performance

Model Evaluation and Testing

Diagnostic Testing

  • Serves as a test bed for assessing model sensitivity to various conditions including:
    • Weather changes
    • Time of day variations
    • Different pitch angles
    • Various altitudes
    • Different layout types

Multi-modal Development

  • Enables development of multi-modal segmentation models by incorporating depth information alongside visual data
  • Supports testing how additional sensor modalities can improve aerial scene recognition capabilities

Research Applications

  • Enables studying synthetic-to-real domain adaptation for aerial imagery
  • Provides controlled variations for analyzing model behavior under different viewing conditions
  • Supports development of models for:
    • Semantic segmentation
    • Instance segmentation
    • Depth estimation

References

Citation

@misc{khose2023skyscenes,
      title={SkyScenes: A Synthetic Dataset for Aerial Scene Understanding}, 
      author={Sahil Khose and Anisha Pal and Aayushi Agarwal and Deepanshi and Judy Hoffman and Prithvijit Chattopadhyay},
      year={2023},
      eprint={2312.06719},
      archivePrefix={arXiv},
      primaryClass={cs.CV}
}
Downloads last month
8