TrainingDataPro commited on
Commit
54784fe
·
1 Parent(s): feeb380

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md CHANGED
@@ -1,3 +1,44 @@
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
+ - object-detection
6
+ language:
7
+ - en
8
+ tags:
9
+ - code
10
  ---
11
+
12
+ # Miners Detection dataset
13
+
14
+ The dataset consists of of photos captured within various mines, focusing on **miners** engaged in their work. Each photo is annotated with bounding box detection of the miners, an attribute highlights whether each miner is sitting or standing in the photo.
15
+
16
+ The dataset's diverse applications such as computer vision, safety assessment and others make it a valuable resource for *researchers, employers, and policymakers in the mining industry*.
17
+
18
+ ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2Fdb3f193275f5206914a19b127e20138e%2FFrame%2013.png?generation=1695040375509674&alt=media)
19
+
20
+ # Get the dataset
21
+
22
+ ### This is just an example of the data
23
+
24
+ Leave a request on [**https://trainingdata.pro/data-market**](https://trainingdata.pro/data-market?utm_source=huggingface&utm_medium=cpc&utm_campaign=miners-detection) to discuss your requirements, learn about the price and buy the dataset.
25
+
26
+ # Dataset structure
27
+ - **images** - contains of original images of miners
28
+ - **boxes** - includes bounding box labeling for the original images
29
+ - **annotations.xml** - contains coordinates of the bounding boxes and labels, created for the original photo
30
+
31
+ # Data Format
32
+
33
+ Each image from `images` folder is accompanied by an XML-annotation in the `annotations.xml` file indicating the coordinates of the bounding boxes for miners detection. For each point, the x and y coordinates are provided. The position of the miner is also provided by the attribute **is_sitting** (true, false).
34
+
35
+ # Example of XML file structure
36
+ ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2Febb59bc7d91a28f4e10c3f3da4ce4488%2Fcarbon%20(1).png?generation=1695040600108833&alt=media)
37
+
38
+ # Miners detection might be made in accordance with your requirements.
39
+
40
+ ## [**TrainingData**](https://trainingdata.pro/data-market?utm_source=huggingface&utm_medium=cpc&utm_campaign=miners-detection) provides high-quality data annotation tailored to your needs
41
+
42
+ More datasets in TrainingData's Kaggle account: **https://www.kaggle.com/trainingdatapro/datasets**
43
+
44
+ TrainingData's GitHub: **https://github.com/Trainingdata-datamarket/TrainingData_All_datasets**