Add link to paper

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +5 -8
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  task_categories:
3
  - depth-estimation
4
  - image-segmentation
@@ -16,8 +18,6 @@ tags:
16
  - video
17
  - depth
18
  - segmentation
19
- size_categories:
20
- - 1K<n<10K
21
  ---
22
 
23
  # TopAir: Light-Weight Aerial dataset for Monocular Depth Estimation and Semantic Segmentation
@@ -33,7 +33,6 @@ size_categories:
33
  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.
34
  **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 10,385 total number of frames.
35
 
36
-
37
  ## Dataset Details
38
 
39
  The dataset was collected using different environments in UnrealEngine4 integrated with AirSim simulator. These environments are:
@@ -67,7 +66,6 @@ The semantic segmentation maps of **TopAir** contain 9 classes:
67
  Per-pixel class distribution:
68
  <img src="./assets/topair_distribution.png" width="50%"/>
69
 
70
-
71
  To convert depth maps to their corresponding meter values:
72
 
73
  ```
@@ -77,12 +75,12 @@ depth_value (in meters) = pixel_value*100.0/255.0
77
  The reference frames convention used in the collection of TopAir:
78
  <img src="./assets/camera_axis.png" width="50%"/>
79
 
80
-
81
  ### Dataset Sources
82
 
83
  <!-- Provide the basic links for the dataset. -->
84
 
85
- - **Paper:** ....
 
86
  - **Demo:** ....
87
 
88
  ## Uses
@@ -136,7 +134,6 @@ The dataset is organized as follows:
136
 
137
  ......
138
 
139
-
140
  ## Citation
141
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
142
  If you use TopAir dataset, please like our dataset repository and cite this page:
@@ -156,4 +153,4 @@ If you use TopAir dataset, please like our dataset repository and cite this page
156
 
157
  ```
158
  AlaaEldin, Y. (n.d.). Yaraalaa0/TopAir · Datasets at hugging face. yaraalaa0/TopAir · Datasets at Hugging Face. https://huggingface.co/datasets/yaraalaa0/TopAir
159
- ```
 
1
  ---
2
+ size_categories:
3
+ - 1K<n<10K
4
  task_categories:
5
  - depth-estimation
6
  - image-segmentation
 
18
  - video
19
  - depth
20
  - segmentation
 
 
21
  ---
22
 
23
  # TopAir: Light-Weight Aerial dataset for Monocular Depth Estimation and Semantic Segmentation
 
33
  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.
34
  **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 10,385 total number of frames.
35
 
 
36
  ## Dataset Details
37
 
38
  The dataset was collected using different environments in UnrealEngine4 integrated with AirSim simulator. These environments are:
 
66
  Per-pixel class distribution:
67
  <img src="./assets/topair_distribution.png" width="50%"/>
68
 
 
69
  To convert depth maps to their corresponding meter values:
70
 
71
  ```
 
75
  The reference frames convention used in the collection of TopAir:
76
  <img src="./assets/camera_axis.png" width="50%"/>
77
 
 
78
  ### Dataset Sources
79
 
80
  <!-- Provide the basic links for the dataset. -->
81
 
82
+ - **Paper:** [Co-SemDepth: Fast Joint Semantic Segmentation and Depth Estimation on Aerial Images](https://huggingface.co/papers/2503.17982)
83
+ - **Code:** https://github.com/Malga-Vision/Co-SemDepth
84
  - **Demo:** ....
85
 
86
  ## Uses
 
134
 
135
  ......
136
 
 
137
  ## Citation
138
  <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
139
  If you use TopAir dataset, please like our dataset repository and cite this page:
 
153
 
154
  ```
155
  AlaaEldin, Y. (n.d.). Yaraalaa0/TopAir · Datasets at hugging face. yaraalaa0/TopAir · Datasets at Hugging Face. https://huggingface.co/datasets/yaraalaa0/TopAir
156
+ ```