sirbastiano94 commited on
Commit
d86f5fc
·
verified ·
1 Parent(s): c5cc1eb

Add dataset summary figures for roads

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -13,4 +13,18 @@ For a pixel with a 10-meter resolution (representing 100 square meters), the lab
13
 
14
  # Use Case
15
  This dataset is intended for training machine learning models for road detection, road network extraction and mapping,
16
- urban planning and infrastructure development, as well as disaster response and accessibility analysis.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
 
14
  # Use Case
15
  This dataset is intended for training machine learning models for road detection, road network extraction and mapping,
16
+ urban planning and infrastructure development, as well as disaster response and accessibility analysis.
17
+
18
+ <!-- phi2fm-dataset-figures:start -->
19
+ ## Dataset Visual Summary
20
+
21
+ - Samples: `36`
22
+ - Image shape: `(1, 5119, 5119)`
23
+ - Label shape: `(1, 5119, 5119)`
24
+ - Approximate mean label coverage: `0.006%`
25
+ - Approximate mean positive-pixel fraction: `0.0194`
26
+
27
+ ![Representative samples](./figures/roads_preview_grid.png)
28
+
29
+ ![Label distribution summary](./figures/roads_label_summary.png)
30
+ <!-- phi2fm-dataset-figures:end -->