Timdb's picture
Upload dataset
3082b8e verified
metadata
size_categories:
  - 10K<n<100K
dataset_info:
  features:
    - name: image
      dtype: image
    - name: left
      dtype: int64
    - name: forward
      dtype: int64
    - name: right
      dtype: int64
  splits:
    - name: train
      num_bytes: 561073580.031
      num_examples: 12489
    - name: test
      num_bytes: 60984278.384
      num_examples: 1388
  download_size: 618329781
  dataset_size: 622057858.415
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*

Image Dataset of Cyberzoo at Delft University of Technology

This dataset includes images taken in the Cyberzoo in the aircraft hall of the Delft University of Technology.

Dataset Details

Dataset Description

This dataset was collected throughout multiple testing sessions at the Cyberzoo, both while actually flying and handheld. The labeling of the data has been performed using monocular depth maps, generated using Depth-Anything. The exact labeling process has been explained in this notebook. Note: this dataset includes a mirrored version for each image already!

  • Curated by: [Tim den Blanken]

Uses

This dataset can be used to train Convolutional Neural Networks for obstacle avoidance of Micro Air Vehicles in the Cyberzoo of Delft University of Technology. For the entire training pipeline, please go this this repository.

Dataset Structure

The dataset consists of a single folder containing all images. Each image has features listed in the metadata, which are "Left", "Forward" and "Right".