TrainingDataPro commited on
Commit
b671ddb
1 Parent(s): 7eb1c82

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -1,3 +1,51 @@
1
  ---
2
  license: cc-by-nc-nd-4.0
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-nd-4.0
3
+ task_categories:
4
+ - image-classification
5
+ - image-to-image
6
+ language:
7
+ - en
8
+ tags:
9
+ - code
10
  ---
11
+
12
+ # Parking Space Detection & Classification Dataset
13
+
14
+ The dataset consists of images of parking spaces along with corresponding bounding box masks. In order to facilitate object detection and localization, every parking space in the images is annotated with a bounding box mask.
15
+
16
+ The bounding box mask outlines the boundary of the parking space, marking its position and shape within the image. This allows for accurate identification and extraction of individual parking spaces. Each parking spot is also labeled in accordance to its occupancy: **free, not free or partially free**.
17
+
18
+ This dataset can be leveraged for a range of applications such as *parking lot management, autonomous vehicle navigation, smart city implementations, and traffic analysis*.
19
+
20
+ ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2Fcfcbb4ab9835f1d0438660e9e716edc7%2FMacBook%20Air%20-%201.png?generation=1691494918451033&alt=media)
21
+
22
+ # Get the Dataset
23
+
24
+ ### This is just an example of the data
25
+
26
+ Contact us via **[sales@trainingdata.pro](mailto:sales@trainingdata.pro)** or leave a request on **[https://trainingdata.pro/data-market](https://trainingdata.pro/data-market?utm_source=huggingface)** to discuss your requirements, learn about the price and buy the dataset
27
+
28
+ # Dataset structure
29
+ - **images** - contains of original images of parkings
30
+ - **boxes** - includes bounding box labeling for the original images
31
+ - **annotations.xml** - contains coordinates of the bounding boxes and labels, created for the original photo
32
+
33
+ # Data Format
34
+
35
+ Each image from `images` folder is accompanied by an XML-annotation in the `annotations.xml` file indicating the coordinates of the bounding boxes and labels for parking spaces. For each point, the x and y coordinates are provided.
36
+
37
+ ### Labels for the parking space:
38
+ - **free_parking_space** - corresponds to free parking spaces, the box is **blue**
39
+ - **not_free_parking_space** - corresponds to occupied parking spaces, the box is **red**
40
+ - **partially_free_parking_space** - corresponds to partially free parking spaces, the box is **yellow**
41
+
42
+ # Example of XML file structure
43
+ ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F65dd5de0f9498cf9c7cb9e59d796f852%2Fcarbon.png?generation=1691495144572290&alt=media)
44
+
45
+ # Parking Space Detection & Classification might be made in accordance with your requirements.
46
+
47
+ ## **[TrainingData](https://trainingdata.pro/data-market?utm_source=huggingface)** provides high-quality data annotation tailored to your needs
48
+
49
+ More datasets in TrainingData's Kaggle account: **https://www.kaggle.com/trainingdatapro/datasets**
50
+
51
+ TrainingData's GitHub: **https://github.com/Trainingdata-datamarket/TrainingData_All_datasets**