paulwynter commited on
Commit
c83f875
·
verified ·
1 Parent(s): 4d9cb4e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +165 -3
README.md CHANGED
@@ -1,3 +1,165 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+
4
+ pretty_name: Outerview Global Road Signs Index
5
+
6
+ task_categories:
7
+ - image-classification
8
+
9
+ task_ids:
10
+ - multi-class-image-classification
11
+
12
+ tags:
13
+ - computer-vision
14
+ - image-classification
15
+ - geospatial
16
+ - mapping
17
+ - earth-observation
18
+ - transportation
19
+ - navigation
20
+ - infrastructure
21
+ - road-signs
22
+ - traffic-signs
23
+ - autonomous-driving
24
+ - street-view
25
+ - open-data
26
+
27
+ annotations_creators:
28
+ - Paul Wynter
29
+
30
+ source_datasets:
31
+ - original
32
+
33
+ language:
34
+ - en
35
+
36
+ size_categories:
37
+ - 10K<n<100K
38
+ ---
39
+
40
+ # Outerview Global Road Signs Index
41
+
42
+ A large-scale geospatial index of road signs and traffic signage with latitude and longitude.
43
+
44
+ This dataset is part of Outerview’s mission to organize the world’s physical infrastructure and make it searchable, measurable, and continuously updated.
45
+
46
+ ---
47
+
48
+ ## 🌍 Overview
49
+
50
+ - **Feature:** Road signs and traffic signage
51
+ - **Scope:** Global
52
+ - **Entries:** 15,000
53
+ - **Total Index:** Millions of locations (full system)
54
+ - **Formats:** Parquet / CSV / GeoJSON
55
+
56
+ This index represents a **subset of a much larger global system** tracking road infrastructure and signage across the world.
57
+
58
+ Each row corresponds to a real-world road sign observed at a specific location.
59
+
60
+ ---
61
+
62
+ ## 🌎 Why This Index Exists
63
+
64
+ Road signs are a critical layer of **navigation, safety, and infrastructure intelligence**.
65
+
66
+ This index is designed to support a **continuous stream of real-world data**, enabling:
67
+
68
+ - Tracking changes to road signage over time
69
+ - Detecting newly added, removed, or damaged signs
70
+ - Improving navigation systems and map accuracy
71
+ - Supporting autonomous driving and routing systems
72
+ - Monitoring infrastructure consistency across regions
73
+
74
+ Our goal is simple:
75
+ **maintain a living, global index of road signals that reflects how roads evolve in real time.**
76
+
77
+ ---
78
+
79
+ ## 📊 Index Schema
80
+
81
+ | Column | Description |
82
+ |--------------|------------|
83
+ | id | Unique identifier |
84
+ | latitude | Latitude coordinate |
85
+ | longitude | Longitude coordinate |
86
+ | region | Administrative region |
87
+ | source | Data source |
88
+
89
+ ---
90
+
91
+ ## 🧠 Data Sources & Labeling
92
+
93
+ - **Imagery Source:** Mapillary
94
+ - **Index Generation:** Outerview AI models
95
+
96
+ All detections were generated using Outerview’s computer vision systems trained on large-scale real-world imagery.
97
+
98
+ ---
99
+
100
+ ## 🧪 Example Use Cases
101
+
102
+ - Train models for traffic sign recognition
103
+ - Improve navigation and routing systems
104
+ - Support autonomous vehicle perception systems
105
+ - Monitor road infrastructure changes over time
106
+ - Build geospatial search and world modeling systems
107
+
108
+ ---
109
+
110
+ ## 🚀 About Outerview
111
+
112
+ Outerview is a research lab focused on building world models that help understand and index the physical world.
113
+
114
+ Our system is trained on billions of images, videos, and location data, enabling anyone to search and analyze real-world conditions globally.
115
+
116
+ ---
117
+
118
+ ## 🔗 API & Full Index Access
119
+
120
+ This is a sample index.
121
+
122
+ The full platform provides:
123
+ - Millions of additional locations
124
+ - **Temporal data (track changes over time)**
125
+ - Access to **billions of real-world images and video streams**
126
+ - Real-time querying of physical infrastructure and navigation signals
127
+
128
+ Access the full index and API:
129
+ 👉 https://outerview.ai
130
+
131
+ View API documentation:
132
+ 👉 https://outerview.ai/developers/docs
133
+
134
+ ---
135
+
136
+ ## 🔄 Updates
137
+
138
+ This index is actively maintained and updated **biweekly** with new observations and improvements.
139
+
140
+ ---
141
+
142
+ ## 💬 Feedback
143
+
144
+ We welcome feedback from researchers, developers, and transportation experts.
145
+
146
+ If there are additional features you'd like to see (e.g. lane markings, signals, road conditions), let us know.
147
+
148
+ ---
149
+
150
+ ## 📜 License
151
+
152
+ This index is released under the **CC-BY-4.0 license**.
153
+
154
+ Free for research and commercial use with attribution.
155
+
156
+ ---
157
+
158
+ ## ⚠️ Notes
159
+
160
+ - This index is a sampled subset of a larger global system
161
+ - The full index includes additional metadata such as timestamps
162
+ - Coverage and density may vary by region
163
+ - Detection accuracy may vary depending on environment and conditions
164
+
165
+ ---