TopAir / README.md
yaraalaa0's picture
Update README.md
70ef0d0 verified
|
raw
history blame
8.39 kB
metadata
task_categories:
  - depth-estimation
  - image-segmentation
tags:
  - synthetic
  - airsim
  - aerial
  - rural
  - urban
  - sim2real
  - uav
  - dataset
  - outdoor
size_categories:
  - 1K<n<10K

Dataset Card for TopAir

HuggingFace Dataset

This dataset was collected with a nadir view (top view) using AirSim simulator in various outdoor environments (both rural and urban). It contains video frames collected in differet trajectories along with annotation of depth maps and semantic segmentation maps. The extrinsic camera locations corresponding to each frame are also provided. TopAir was collected at low, mid, and high altitudes varying from 10 to 100 meters above the ground. This is a light-weight dataset with an image resolution of 384x384 and ~7K total number of frames.

Dataset Details

The dataset was collected using different environments in UnrealEngine4 integrated with AirSim simulator. These environments are:

  • Africa (3 trajectories)
  • City Park (7 trajectories)
  • Oak Forest (3 trajectories)
  • Rural Australia (4 trajectories)
  • Assets Ville Town (5 trajectories)
  • Accustic Cities (3 trajectories)
  • Downtown City (5 trajectories)
  • Edith Finch (2 trajectories)
  • Landscape Mountains (1 trajectory)
  • Nature Pack (1 trajectory)

The semantic segmentation maps of TopAir contain 8 classes:

Class ID RGB Color Palette Class Name Definition
1 (75, 163, 185) Water Includes houses, skyscrapers, and the elements attached to them
2 (50, 128, 0) Trees Wood or wire assemblies that enclose an area of ground
3 (232, 250, 80) Land Uncategorized elements
4 (237, 125, 49) Vehicle Markings on road
5 (70, 70, 70) Rocks Humans that walk
6 (142, 1, 246) Road Lanes, streets, paved areas on which cars drive
7 (255, 128, 128) Building Vertically oriented pole and its horizontal components if any
8 (128, 64, 64) Others Parts of ground designated for pedestrians or cyclists

Per-class pixel distribution: .....

To convert depth maps to their corresponding meter values: depth value (meter) = pixel value*100.0/255.0

The reference frames convention used in the data collection of TopAir:

Dataset Description

  • Curated by: [More Information Needed]
  • Shared by [optional]: [More Information Needed]
  • License: [More Information Needed]

Dataset Sources [optional]

  • Paper [optional]: [More Information Needed]
  • Demo [optional]: [More Information Needed]

Uses

This dataset can be used in monocular depth estimation and semantic segmentation tasks concrened with aerial applications in outdoor environments.

Direct Use

[More Information Needed]

Dataset Structure

[More Information Needed] The dataset is organized as follows:

β”œβ”€β”€ AccuCities_1 (environmentName_trajectoryNum)
β”‚   β”œβ”€β”€ depth (depth maps annotation)
β”‚   β”œβ”€β”€ images (RGB frames)
β”‚   β”œβ”€β”€ seg_colored (segmentation maps in colors)
β”‚   β”œβ”€β”€ seg_id (segmentation maps represented with class ids)
β”‚   └── camera_loc.txt (camera locations and orientations)
β”‚   
β”œβ”€β”€ AccuCities_2
β”‚   β”œβ”€β”€ depth
β”‚   β”œβ”€β”€ images
β”‚   β”œβ”€β”€ seg_colored
β”‚   β”œβ”€β”€ seg_id
β”‚   └── camera_loc.txt
β”‚
β”œβ”€β”€ AccuCities_2
β”‚   β”œβ”€β”€ depth
β”‚   β”œβ”€β”€ images
β”‚   β”œβ”€β”€ seg_colored
β”‚   β”œβ”€β”€ seg_id
β”‚   └── camera_loc.txt
β”‚
β”œβ”€β”€ ....
β”‚
└── RuralAust3_2
    β”œβ”€β”€ depth
    β”œβ”€β”€ images
    β”œβ”€β”€ seg_colored
    β”œβ”€β”€ seg_id
    └── camera_loc.txt

Dataset Creation

Curation Rationale

[More Information Needed]

Source Data

Data Collection and Processing

[More Information Needed]

Who are the source data producers?

[More Information Needed]

Annotations [optional]

Annotation process

[More Information Needed]

Who are the annotators?

[More Information Needed]

Personal and Sensitive Information

[More Information Needed]

Bias, Risks, and Limitations

[More Information Needed]

Recommendations

Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.

Citation [optional]

BibTeX:

[More Information Needed]

APA:

[More Information Needed]

Glossary [optional]

[More Information Needed]

More Information [optional]

[More Information Needed]

Dataset Card Authors [optional]

[More Information Needed]

Dataset Card Contact

[More Information Needed]