paulwynter commited on
Commit
981e09b
·
verified ·
1 Parent(s): 4127fbf

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -24
README.md CHANGED
@@ -11,15 +11,15 @@ tags:
11
  - construction
12
  - infrastructure
13
  - geospatial
14
- - imagery
15
- - 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 for geospatial computer vision dataset work focused on urban change, public works, and street-level imagery. Labels are assigned to images by matching each visual record to one of 6 feature targets in the dataset: Construction Site, Roadwork, Crane, Excavator, Scaffolding, and Pothole. The dataset includes `data.csv`, `data.geojson`, `data.parquet`, and a packaged representative image archive (`images-batch-0001.zip`) for sample review and image classification experiments. It is useful for visual search, mapping construction activity, monitoring infrastructure change, and benchmarking multi-class image classification on real-world observations. 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
 
@@ -31,43 +31,43 @@ Updated on a bimonthly basis.
31
 
32
  ### Features in the dataset
33
 
34
- - Construction Site: queries images matching active or completed construction zones.
35
- - Roadwork: queries images showing road repairs, lane closures, or utility work.
36
- - Crane: queries images containing cranes used in construction or heavy lifting.
37
- - Excavator: queries images containing excavators and similar earthmoving equipment.
38
- - Scaffolding: queries images showing scaffolding around buildings or worksites.
39
- - Pothole: queries images showing road surface damage and repair targets.
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 records come from Outerview's visual index, which organizes real-world imagery through the Outerview internal visual search pipeline and query-driven embedding match source selection. Each sample is selected to align with one of the defined feature labels across Global coverage.
61
 
62
  ### Annotation
63
 
64
- Annotation is label-only and uses the exact feature targets from "Features in the dataset" to assign each record to Construction Site, Roadwork, Crane, Excavator, Scaffolding, or Pothole. No bounding boxes or instance masks are included, and the labels reflect the matched visual feature for each image.
65
 
66
  ## Uses
67
 
68
  ### Intended Uses
69
 
70
- This dataset is suitable for municipal asset teams tracking construction and road maintenance, AV perception engineers evaluating urban scene recognition, insurance underwriters assessing infrastructure change, and environmental analysts monitoring built-environment activity. Retail site selection teams can also use it for surrounding-area inspection and visual search workflows.
71
 
72
  ### Out-of-Scope Uses
73
 
@@ -80,11 +80,11 @@ This dataset is released under the [CC BY 4.0](https://creativecommons.org/licen
80
  ## Citation
81
 
82
  ```bibtex
83
- @dataset{outerview_construction-infrastructure-change-visual-data-8_2026,
84
  title={Construction & Infrastructure Change Visual Dataset},
85
  author={Outerview},
86
  year={2026},
87
- url={https://huggingface.co/datasets/outerview/construction-infrastructure-change-visual-data-8}
88
  }
89
  ```
90
 
 
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
 
 
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
 
 
80
  ## Citation
81
 
82
  ```bibtex
83
+ @dataset{outerview_construction-infrastructure-change_2026,
84
  title={Construction & Infrastructure Change Visual Dataset},
85
  author={Outerview},
86
  year={2026},
87
+ url={https://huggingface.co/datasets/outerview/construction-infrastructure-change}
88
  }
89
  ```
90