Datasets:
Commit
·
4802dce
1
Parent(s):
437b9b3
move jsonl
Browse files- .DS_Store +0 -0
- README.md +29 -4
- dataset_info.json +1 -1
- test.jsonl +0 -0
- test/test.jsonl +0 -0
- train.jsonl +0 -0
- train/train.jsonl +0 -0
- valid.jsonl +0 -0
- valid/valid.jsonl +0 -0
.DS_Store
CHANGED
|
Binary files a/.DS_Store and b/.DS_Store differ
|
|
|
README.md
CHANGED
|
@@ -1,4 +1,11 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
dataset_info:
|
| 3 |
features:
|
| 4 |
- name: image
|
|
@@ -34,7 +41,10 @@ task_categories:
|
|
| 34 |
- object-detection
|
| 35 |
---
|
| 36 |
|
| 37 |
-
#
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
## Dataset Description
|
| 40 |
|
|
@@ -90,6 +100,21 @@ categories = item["objects"]["category"]
|
|
| 90 |
segmentations = item["objects"]["segmentation"] # Polygon coordinates
|
| 91 |
```
|
| 92 |
|
| 93 |
-
##
|
| 94 |
-
|
| 95 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- object-detection
|
| 5 |
+
tags:
|
| 6 |
+
- disability-parking
|
| 7 |
+
- accessibility
|
| 8 |
+
- streetscape
|
| 9 |
dataset_info:
|
| 10 |
features:
|
| 11 |
- name: image
|
|
|
|
| 41 |
- object-detection
|
| 42 |
---
|
| 43 |
|
| 44 |
+
# AccessParkCV
|
| 45 |
+
|
| 46 |
+
<strong>AccessParkCV</strong> is a deep learning pipeline that detects and characterizes the width of disability parking spaces from orthorectified aerial imagery. We publish a dataset of 7,069 labeled parking spaces (and 4,693 labeled access aisles), which we used to train the models making AccessParkCV possible.
|
| 47 |
+
|
| 48 |
|
| 49 |
## Dataset Description
|
| 50 |
|
|
|
|
| 100 |
segmentations = item["objects"]["segmentation"] # Polygon coordinates
|
| 101 |
```
|
| 102 |
|
| 103 |
+
## Citation
|
| 104 |
+
|
| 105 |
+
```bibtex
|
| 106 |
+
@inproceedings{hwang_wherecanIpark,
|
| 107 |
+
title={Where Can I Park? Understanding Human Perspectives and Scalably Detecting Disability Parking from Aerial Imagery},
|
| 108 |
+
author={Hwang, Jared and Li, Chu and Kang, Hanbyul and Hosseini, Maryam and Froehlich, Jon E.},
|
| 109 |
+
booktitle={The 27th International ACM SIGACCESS Conference on Computers and Accessibility},
|
| 110 |
+
series={ASSETS '25},
|
| 111 |
+
pages={20 pages},
|
| 112 |
+
year={2025},
|
| 113 |
+
month={October},
|
| 114 |
+
address={Denver, CO, USA},
|
| 115 |
+
publisher={ACM},
|
| 116 |
+
location={New York, NY, USA},
|
| 117 |
+
doi={10.1145/3663547.3746377},
|
| 118 |
+
url={https://doi.org/10.1145/3663547.3746377}
|
| 119 |
+
}
|
| 120 |
+
```
|
dataset_info.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"dataset_name": "
|
| 3 |
"description": "Object detection dataset with 8 classes",
|
| 4 |
"citation": "",
|
| 5 |
"homepage": "",
|
|
|
|
| 1 |
{
|
| 2 |
+
"dataset_name": "AccessParkCV",
|
| 3 |
"description": "Object detection dataset with 8 classes",
|
| 4 |
"citation": "",
|
| 5 |
"homepage": "",
|
test.jsonl
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
test/test.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train.jsonl
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
train/train.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
valid.jsonl
DELETED
|
The diff for this file is too large to render.
See raw diff
|
|
|
valid/valid.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|