paulwynter commited on
Commit
427476c
·
verified ·
1 Parent(s): 981e09b

Update dataset card row count

Browse files
Files changed (1) hide show
  1. README.md +25 -25
README.md CHANGED
@@ -11,63 +11,63 @@ tags:
11
  - construction
12
  - infrastructure
13
  - geospatial
14
- - street-level-imagery
15
- - image-classification
16
  ---
17
 
18
  # Construction & Infrastructure Change Visual Dataset
19
 
 
 
20
  ## Dataset Description
21
 
22
- Construction & Infrastructure Change Visual Dataset is a global wildlife image dataset in the sense of a geographically indexed visual archive, focused here on construction monitoring, public works, and urban change detection. The labeled field in the dataset is `feature`, which records the matched visual feature from the query set: Construction Site, Roadwork, Crane, Excavator, Scaffolding, and Pothole. Labels were produced by Outerview internal visual search pipeline matching observations to query-driven embeddings, with location and timestamp metadata included when available. The files include `data.csv`, `data.geojson`, `data.parquet`, and a packaged image batch `images-batch-0001.zip` containing representative examples. The dataset is useful for image classification, geospatial computer vision dataset experiments, visual search, and monitoring infrastructure activity across Region: Global.
23
 
24
  This dataset is a sample from Outerview's full visual index of 10M+ real-world observations, powered by 35B visuals and observations. Search the full dataset for free at [outerview.ai](https://outerview.ai). API access and full dataset available at [outerview.ai](https://outerview.ai). Developer docs at [docs.outerview.ai](https://docs.outerview.ai).
25
 
26
- When image archives are included, the packaged images are representative examples and larger-scale image generation, retrieval, and review should be done through the API.
27
-
28
  Updated on a bimonthly basis.
29
 
30
  ## Dataset Structure
31
 
32
  ### Features in the dataset
33
 
34
- - `Construction Site`: query targets active building and site preparation areas.
35
- - `Roadwork`: query targets road maintenance, resurfacing, and traffic disruption zones.
36
- - `Crane`: query targets crane equipment visible in urban or industrial scenes.
37
- - `Excavator`: query targets excavator machinery used in earthmoving and construction.
38
- - `Scaffolding`: query targets temporary support structures around buildings.
39
- - `Pothole`: query targets damaged road surfaces and pavement defects.
40
 
41
  ### Schema
42
 
43
  | Column | Type | Description |
44
  |---|---|---|
45
- | `filename` | string | Image filename in the exported image batch. |
46
- | `image_folder` | string | Relative folder inside the image zip batch. |
47
- | `date` | string | Capture date or source timestamp when available. |
48
- | `country` | string | Country associated with the visual record. |
49
- | `state` | string | State or province associated with the visual record. |
50
- | `city` | string | City or locality associated with the visual record. |
51
- | `feature` | string | Matched visual feature label. |
52
- | `latitude` | float64 | Latitude in WGS84 decimal degrees. |
53
- | `longitude` | float64 | Longitude in WGS84 decimal degrees. |
54
- | `source` | string | Source attribution for the visual record. |
55
 
56
  ## Dataset Creation
57
 
58
  ### Source
59
 
60
- The source is Outerview's global visual index, assembled from query-driven matches over large-scale real-world imagery and spatial records. Observations are retrieved through the Outerview internal visual search pipeline using feature queries aligned to construction and infrastructure change classes.
61
 
62
  ### Annotation
63
 
64
- Annotation is feature-level only and is stored in the `feature` column. The labels correspond to `Construction Site`, `Roadwork`, `Crane`, `Excavator`, `Scaffolding`, and `Pothole`, with no bounding boxes or instance polygons included.
65
 
66
  ## Uses
67
 
68
  ### Intended Uses
69
 
70
- This dataset is suitable for municipal asset teams tracking public works, AV perception engineers evaluating road and construction scene understanding, insurance underwriters assessing infrastructure risk, environmental analysts studying land disturbance, and retail site selection teams analyzing nearby development activity. It also supports geospatial computer vision dataset benchmarking and image classification workflows on street-level imagery.
71
 
72
  ### Out-of-Scope Uses
73
 
@@ -94,4 +94,4 @@ Outerview is a research lab focused on understanding the physical world at plane
94
 
95
  We are building systems that can organize the world's physical information and make it accessible and usable transforming raw imagery, video, location, and spatial context into knowledge that people and machines can search, interpret, and act on.
96
 
97
- Our belief is simple: the physical world should be as searchable and understandable as the digital world.
 
11
  - construction
12
  - infrastructure
13
  - geospatial
14
+ - imagery
15
+ - computer-vision
16
  ---
17
 
18
  # Construction & Infrastructure Change Visual Dataset
19
 
20
+ Rows: 55,801
21
+
22
  ## Dataset Description
23
 
24
+ Construction & Infrastructure Change Visual Dataset is a Global geospatial computer vision dataset of street-level imagery and related visual records focused on construction monitoring, public works, and infrastructure change. The labeled features in the dataset are Construction Site, Roadwork, Crane, Excavator, Scaffolding, and Pothole, each matched from the Outerview internal visual search pipeline using query-driven embedding similarity. The packaged files include tabular metadata in `data.csv`, `data.parquet`, and `data.geojson`, plus representative image archives in `images-batch-0001.zip` for visual review and image classification workflows. The dataset is useful for wildlife image dataset style browsing is not applicable here, but it is useful for visual search, change detection, geospatial analysis, municipal asset monitoring, and benchmark training for construction and infrastructure computer vision models. When image archives are included, the packaged images are representative examples and larger-scale image generation, retrieval, and review should be done through the API.
25
 
26
  This dataset is a sample from Outerview's full visual index of 10M+ real-world observations, powered by 35B visuals and observations. Search the full dataset for free at [outerview.ai](https://outerview.ai). API access and full dataset available at [outerview.ai](https://outerview.ai). Developer docs at [docs.outerview.ai](https://docs.outerview.ai).
27
 
 
 
28
  Updated on a bimonthly basis.
29
 
30
  ## Dataset Structure
31
 
32
  ### Features in the dataset
33
 
34
+ - Construction Site: query targets construction site scenes and active build areas.
35
+ - Roadwork: query targets road maintenance and traffic disruption work zones.
36
+ - Crane: query targets cranes and lifting equipment visible in the scene.
37
+ - Excavator: query targets excavators and earthmoving machinery.
38
+ - Scaffolding: query targets scaffolding structures around buildings and worksites.
39
+ - Pothole: query targets potholes and road surface damage.
40
 
41
  ### Schema
42
 
43
  | Column | Type | Description |
44
  |---|---|---|
45
+ | filename | string | Image filename in the exported image batch. |
46
+ | image_folder | string | Relative folder inside the image zip batch. |
47
+ | date | string | Capture date or source timestamp when available. |
48
+ | country | string | Country associated with the visual record. |
49
+ | state | string | State or province associated with the visual record. |
50
+ | city | string | City or locality associated with the visual record. |
51
+ | feature | string | Matched visual feature label. |
52
+ | latitude | float64 | Latitude in WGS84 decimal degrees. |
53
+ | longitude | float64 | Longitude in WGS84 decimal degrees. |
54
+ | source | string | Source attribution for the visual record. |
55
 
56
  ## Dataset Creation
57
 
58
  ### Source
59
 
60
+ Records are drawn from Outerview's global visual index and selected through query-driven embedding match against construction and infrastructure-related visual concepts. The source material is organized into metadata and image batch files for downstream analysis and review.
61
 
62
  ### Annotation
63
 
64
+ Labels are feature-level matches for Construction Site, Roadwork, Crane, Excavator, Scaffolding, and Pothole. No bounding boxes are included, and annotation reflects the best matching feature label assigned by the Outerview internal visual search pipeline.
65
 
66
  ## Uses
67
 
68
  ### Intended Uses
69
 
70
+ Municipal asset teams can use the dataset for monitoring roads, worksites, and infrastructure changes over time. AV perception engineers, insurance underwriters, environmental analysts, and retail site selection teams can use it for image classification, geospatial analysis, visual search, and location-aware model development.
71
 
72
  ### Out-of-Scope Uses
73
 
 
94
 
95
  We are building systems that can organize the world's physical information and make it accessible and usable transforming raw imagery, video, location, and spatial context into knowledge that people and machines can search, interpret, and act on.
96
 
97
+ Our belief is simple: the physical world should be as searchable and understandable as the digital world.