Datasets:
Tasks:
Image Classification
Formats:
parquet
Sub-tasks:
multi-class-image-classification
Size:
100K - 1M
License:
Upload folder using huggingface_hub
Browse files- .gitattributes +2 -0
- README.md +7 -7
- data.csv +3 -1
- data.geojson +3 -3
- 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
|
| 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
|
| 37 |
-
- Fast Food: visual records matched to fast food
|
| 38 |
-
- Hotel: visual records matched to hotel and lodging
|
| 39 |
|
| 40 |
### Schema
|
| 41 |
|
|
@@ -63,17 +63,17 @@ Updated on a bimonthly basis.
|
|
| 63 |
|
| 64 |
### Source
|
| 65 |
|
| 66 |
-
|
| 67 |
|
| 68 |
### Annotation
|
| 69 |
|
| 70 |
-
|
| 71 |
|
| 72 |
## Uses
|
| 73 |
|
| 74 |
### Intended Uses
|
| 75 |
|
| 76 |
-
|
| 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 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d53d6475be3f1ff614a8d3813afcf28f2b8240ef488af82aca4608a241dad37
|
| 3 |
+
size 430313254
|
data.geojson
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
-
|
| 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:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:48c139774fe1946cfce51fb7e68f9c884a4bef337f0ceb7c18b5852e7eb70cd4
|
| 3 |
+
size 119818681
|