TrainingDataPro commited on
Commit
f6c15e6
1 Parent(s): 4c3a138

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -1,3 +1,53 @@
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
+ language:
6
+ - en
7
+ tags:
8
+ - code
9
+ - finance
10
  ---
11
+ # Pose Estimation
12
+ The dataset is primarly intended to dentify and predict the positions of major joints of a human body in an image. It consists of people's photographs with body part labeled with keypoints.
13
+
14
+ # Get the Dataset
15
+ 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)**
16
+ ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2F31b38dee8dc63c581004afcf82136116%2F12.jpg?generation=1684357817470094&alt=media)
17
+
18
+ # Data Format
19
+
20
+ Each image from `EP` folder is accompanied by an XML-annotation in the `annotations.xml` file indicating the coordinates of the key points. For each point, the x and y coordinates are provided, and there is a `Presumed_Location` attribute, indicating whether the point is presumed or accurately defined.
21
+
22
+ # Example of XML file structure
23
+ ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F12421376%2Fc8b7cc938539368c9ec03dd01a26724c%2Fcarbon%20(1).png?generation=1684358333663868&alt=media)
24
+
25
+ # Labeled body parts
26
+ Each keypoint is ordered and corresponds to the concrete part of the body:
27
+ 0. **Nose**
28
+ 1. **Neck**
29
+ 2. **Right shoulder**
30
+ 3. **Right elbow**
31
+ 4. **Right wrist**
32
+ 5. **Left shoulder**
33
+ 6. **Left elbow**
34
+ 7. **Left wrist**
35
+ 8. **Right hip**
36
+ 9. **Right knee**
37
+ 10. **Right foot**
38
+ 11. **Left hip**
39
+ 12. **Left knee**
40
+ 13. **Left foot**
41
+ 14. **Right eye**
42
+ 15. **Left eye**
43
+ 16. **Right ear**
44
+ 17. **Left ear**
45
+
46
+
47
+ # Keypoint annotation is made in accordance with your requirements.
48
+
49
+ ## **[TrainingData](https://trainingdata.pro/data-market)** provides high-quality data annotation tailored to your needs
50
+
51
+ More datasets in TrainingData's Kaggle account: **https://www.kaggle.com/trainingdatapro/datasets**
52
+
53
+ TrainingData's GitHub: **https://github.com/trainingdata-pro**