Commit
·
8c3c45a
1
Parent(s):
3a17f21
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,34 @@ dataset_info:
|
|
16 |
num_examples: 46
|
17 |
download_size: 56584366
|
18 |
dataset_size: 56575701
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
num_examples: 46
|
17 |
download_size: 56584366
|
18 |
dataset_size: 56575701
|
19 |
+
task_categories:
|
20 |
+
- image-classification
|
21 |
+
language:
|
22 |
+
- en
|
23 |
+
tags:
|
24 |
+
- code
|
25 |
---
|
26 |
+
|
27 |
+
# Helmet Detection Dataset
|
28 |
+
The dataset consist of photographs of construction workers during the work. The dataset provides helmet detection using bounding boxes, and addresses public safety tasks such as providing compliance with safety regulations, authomizing the processes of identification of rules violations and reducing accidents during the construction work.
|
29 |
+
|
30 |
+
# Get the Dataset
|
31 |
+
**This is just an example of the data.** If you need access to the entire dataset, 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=kaggle)**
|
32 |
+
|
33 |
+

|
34 |
+
|
35 |
+
# Dataset structure
|
36 |
+
- **img** - contains of original images of construction workers
|
37 |
+
- **boxes** - includes bounding box labeling for the original images
|
38 |
+
- **annotations.xml** - contains coordinates of the bounding boxes and labels (helmet, no_helmet), created for the original photo
|
39 |
+
|
40 |
+
# Data Format
|
41 |
+
|
42 |
+
Each image from `img` folder is accompanied by an XML-annotation in the `annotations.xml` file indicating the coordinates of the bounding boxes and labels for helmet detection. For each point, the x and y coordinates are provided.
|
43 |
+
|
44 |
+
# Example of XML file structure
|
45 |
+
.png?generation=1686295970420156&alt=media)
|
46 |
+
|
47 |
+
# Helmet Detection might be made in accordance with your requirements.
|
48 |
+
|
49 |
+
## **[TrainingData](https://trainingdata.pro/data-market?utm_source=kaggle)** provides high-quality data annotation tailored to your needs
|