paulwynter commited on
Commit
caa4ed8
·
verified ·
1 Parent(s): e3b897f

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. .gitattributes +2 -0
  2. README.md +7 -7
  3. data.csv +3 -1
  4. data.geojson +3 -3
  5. data.parquet +2 -2
.gitattributes CHANGED
@@ -58,3 +58,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ data.csv filter=lfs diff=lfs merge=lfs -text
62
+ data.geojson filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -21,7 +21,7 @@ Rows: 800,000
21
 
22
  ## Dataset Description
23
 
24
- OSM Food & Hospitality Places Visual Dataset is a Global geospatial computer vision dataset built from a balanced OpenStreetMap node sample for food and hospitality places. The labels are the visual feature classes in the section "Features in the dataset", which are Restaurant, Fast Food, and Hotel. Labels were produced through Outerview's internal visual search pipeline using query-driven embedding match against real-world observations linked to OpenStreetMap place records. The packaged files include `data.csv`, `data.geojson`, and `data.parquet`, which contain the same tabular records in different formats for image classification, visual search, and location-aware analysis. The dataset is useful for geospatial computer vision, street-level imagery review, wildlife image dataset style benchmarking of label pipelines, and site-level spatial classification across cities and countries.
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
 
@@ -33,9 +33,9 @@ Updated on a bimonthly basis.
33
 
34
  ### Features in the dataset
35
 
36
- - Restaurant: visual records matched to restaurant places and related food-service locations.
37
- - Fast Food: visual records matched to fast food venues and quick-service dining locations.
38
- - Hotel: visual records matched to hotel and lodging properties.
39
 
40
  ### Schema
41
 
@@ -63,17 +63,17 @@ Updated on a bimonthly basis.
63
 
64
  ### Source
65
 
66
- Records come from Outerview's full visual index of real-world observations, matched to OpenStreetMap place nodes through query-driven embedding search. The source is curated as a balanced sample for food and hospitality places across Region: Global.
67
 
68
  ### Annotation
69
 
70
- Feature labels were assigned only for the exact classes Restaurant, Fast Food, and Hotel. The annotations reflect the matched visual feature label and do not include bounding boxes or object localization.
71
 
72
  ## Uses
73
 
74
  ### Intended Uses
75
 
76
- Municipal asset teams can use this dataset for place-level mapping and inventory workflows. AV perception engineers can use it for geospatial computer vision and image classification benchmarks. Insurance underwriters, environmental analysts, and retail site selection teams can use it for spatial lookup, market coverage checks, and visual search.
77
 
78
  ### Out-of-Scope Uses
79
 
 
21
 
22
  ## Dataset Description
23
 
24
+ OSM Food & Hospitality Places Visual Dataset is a Global geospatial computer vision dataset of 800,000 OpenStreetMap node records for food and hospitality places. The labeled classes are Restaurant, Fast Food, and Hotel, produced by Outerview internal visual search pipeline matching query-driven visual embeddings to OpenStreetMap place observations. The package includes `data.csv`, `data.geojson`, and `data.parquet`, which contain the exported records and geospatial fields for visual review, retrieval, and image classification workflows. It is useful for map-based visual search, place-type classification, location intelligence, and training models on real-world street-level imagery and point-of-interest metadata.
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
 
 
33
 
34
  ### Features in the dataset
35
 
36
+ - Restaurant: visual records matched to restaurant-related food service places.
37
+ - Fast Food: visual records matched to fast food outlets and quick-service restaurants.
38
+ - Hotel: visual records matched to hotel and lodging places.
39
 
40
  ### Schema
41
 
 
63
 
64
  ### Source
65
 
66
+ The records come from Outerview's visual index and are selected through query-driven embedding matching against OpenStreetMap place observations. The source is organized for global place search and geospatial computer vision use cases, with Region: Global.
67
 
68
  ### Annotation
69
 
70
+ Labels are assigned at the feature level only using the exact feature set Restaurant, Fast Food, and Hotel. No bounding boxes or object localization labels are included, and the matched class reflects the visual feature label attached to each record.
71
 
72
  ## Uses
73
 
74
  ### Intended Uses
75
 
76
+ This dataset is suitable for municipal asset teams, AV perception engineers, insurance underwriters, environmental analysts, and retail site selection teams. It can support geospatial image classification, POI categorization, visual search, and quality checks on food and hospitality place data.
77
 
78
  ### Out-of-Scope Uses
79
 
data.csv CHANGED
@@ -1 +1,3 @@
1
- record_id,osm_id,feature,osm_tag,name,latitude,longitude,country,state,city,address,website,brand,opening_hours,source,last_seen_at,properties
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d53d6475be3f1ff614a8d3813afcf28f2b8240ef488af82aca4608a241dad37
3
+ size 430313254
data.geojson CHANGED
@@ -1,3 +1,3 @@
1
- {"type":"FeatureCollection","features":[
2
-
3
- ]}
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2faa5467b487d17f0e9762ca882b01cce591ae4b6cc5b5cfb2cbfcd05ff14905
3
+ size 711834227
data.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9d7f1bf5623ad2dba1e0bdacf349ee1bf5e8a0a98d9d13fce0a3b52b6de11fef
3
- size 2639
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:48c139774fe1946cfce51fb7e68f9c884a4bef337f0ceb7c18b5852e7eb70cd4
3
+ size 119818681