asolodin commited on
Commit
5c8fa0f
·
verified ·
1 Parent(s): 32cb714

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -1
README.md CHANGED
@@ -10,7 +10,7 @@ dataset_info:
10
  num_bytes: 1583232392.92
11
  num_examples: 5055
12
  - name: validation
13
- num_bytes: 36252827.0
14
  num_examples: 126
15
  - name: test
16
  num_bytes: 346983140.672
@@ -26,4 +26,53 @@ configs:
26
  path: data/validation-*
27
  - split: test
28
  path: data/test-*
 
 
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  num_bytes: 1583232392.92
11
  num_examples: 5055
12
  - name: validation
13
+ num_bytes: 36252827
14
  num_examples: 126
15
  - name: test
16
  num_bytes: 346983140.672
 
26
  path: data/validation-*
27
  - split: test
28
  path: data/test-*
29
+ license: pddl
30
+ pretty_name: Saint Louis County MN Roads
31
  ---
32
+ # Dataset Card for Dataset Name
33
+
34
+ This dataset represents aerial imagery and road labels suitable for binary segmentation and road network extraction.
35
+
36
+ ## Dataset Details
37
+
38
+ Contains aerial imagery from St. Louis County, MN and road masks generated using OpenStreetMap center line data.
39
+
40
+ ### Dataset Description
41
+
42
+ The aerial imagery was obtained from the St. Louis County Aerial Imagery Program, managed by private contractors. This program provides high-resolution imagery specifically for St. Louis County, Minnesota, and is well-suited for detailed local analyses. The imagery, captured during optimal conditions for visibility, offers a resolution of 1 meter, providing a clear and accurate view of the county's urban and rural landscapes.
43
+
44
+ The road centerlines used in this project were sourced from OpenStreetMap (OSM), a community-driven platform providing geospatial data from contributors worldwide. The OSM dataset for St. Louis County, Minnesota, includes detailed information on road geometries and attributes, making it an ideal choice for generating road masks for model training.
45
+
46
+ Using the OSM data, we constructed road masks by buffering the centerlines with variable widths based on road classifications such as highways, local streets, and unpaved paths. These buffered geometries were then rasterized to match the resolution of the St. Louis County aerial imagery, creating pixel-based representations of roads. This process ensures that the resulting road masks align seamlessly with the aerial imagery, providing accurate labeled training data for the model.
47
+
48
+
49
+ - **Curated by:** [More Information Needed]
50
+ - **License:** [Public Domain]
51
+
52
+ ### Dataset Sources [optional]
53
+
54
+ <!-- Provide the basic links for the dataset. -->
55
+
56
+ - **Repository:** [https://gis.stlouiscountymn.gov/portal/apps/webappviewer/index.html?id=eb9ac2d448a5465cac13f8d5afa9389c]
57
+
58
+ ## Uses
59
+
60
+ <!-- Address questions around how the dataset is intended to be used. -->
61
+
62
+ ### Direct Use
63
+
64
+ <!-- This section describes suitable use cases for the dataset. -->
65
+
66
+ Suitable use cases include: binary segmentation of roads from aerial imagery; road network extraction.
67
+
68
+
69
+ ## Dataset Creation
70
+
71
+ ### Curation Rationale
72
+
73
+ The Dataset was created for a computer vision project.
74
+
75
+ ### Source Data
76
+
77
+ Aerial imagery was obtained from [https://gis.stlouiscountymn.gov/portal/apps/webappviewer/index.html?id=eb9ac2d448a5465cac13f8d5afa9389c]
78
+ Center line data was obtained from [https://wiki.openstreetmap.org/wiki/Overpass_API]