Timdb commited on
Commit
4625f0e
1 Parent(s): 318a949

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -20,4 +20,25 @@ configs:
20
  data_files:
21
  - split: train
22
  path: data/train-*
 
 
23
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  data_files:
21
  - split: train
22
  path: data/train-*
23
+ size_categories:
24
+ - 10K<n<100K
25
  ---
26
+ # Dataset Card for Dataset Name
27
+
28
+ This dataset includes images taken in the Cyberzoo in the aircraft hall of the Delft University of Technology.
29
+
30
+ ## Dataset Details
31
+
32
+ ### Dataset Description
33
+
34
+ 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](https://github.com/LiheYoung/Depth-Anything). The exact labeling process has been explained in [this](https://github.com/Timdnb/CNN-for-Micro-Air-Vehicles/blob/main/Dataset_generation.ipynb) notebook.
35
+
36
+ - **Curated by:** [Tim den Blanken]
37
+
38
+ ## Uses
39
+
40
+ 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](https://github.com/Timdnb/CNN-for-Micro-Air-Vehicles) repository.
41
+
42
+ ## Dataset Structure
43
+
44
+ The dataset consists of a single folder containing all images. Each image has features listed in the metadata, which are "Left", "Forward" and "Right".