CoolFace
Datasetpublic

makeabilitylab/disabilityparking

AccessParkCV AccessParkCV 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. (This repo contains the data in a HuggingFace format. For raw COCO format, see link). Dataset Description This is an object detection dataset with 8… See the full description on the dataset page: https://huggingface.co/datasets/makeabilitylab/disabilityparking.

sourceHugging Facemitupdated 1y agoView on Hugging Face
0likes138downloads
dataset_info.json80 linesDownload Raw Back to root
1{2  "dataset_name": "AccessParkCV",3  "description": "Object detection dataset with 8 classes",4  "citation": "",5  "homepage": "",6  "license": "",7  "features": {8    "image": {9      "dtype": "image",10      "_type": "Image"11    },12    "width": {13      "dtype": "int32",14      "_type": "Value"15    },16    "height": {17      "dtype": "int32",18      "_type": "Value"19    },20    "objects": {21      "bbox": {22        "feature": {23          "dtype": "float32",24          "_type": "Value"25        },26        "length": 4,27        "_type": "Sequence"28      },29      "category": {30        "dtype": "int64",31        "_type": "Value"32      },33      "area": {34        "dtype": "float32",35        "_type": "Value"36      },37      "iscrowd": {38        "dtype": "bool",39        "_type": "Value"40      },41      "id": {42        "dtype": "int64",43        "_type": "Value"44      },45      "segmentation": {46        "feature": {47          "feature": {48            "dtype": "float32",49            "_type": "Value"50          },51          "_type": "Sequence"52        },53        "_type": "Sequence"54      }55    }56  },57  "splits": {58    "train": {59      "name": "train",60      "num_bytes": 0,61      "num_examples": 368862    },63    "test": {64      "name": "test",65      "num_bytes": 0,66      "num_examples": 71767    },68    "validation": {69      "name": "validation",70      "num_bytes": 0,71      "num_examples": 72072    }73  },74  "version": {75    "version_str": "1.0.0",76    "major": 1,77    "minor": 0,78    "patch": 079  }80}