TrainingDataPro commited on
Commit
9d5f1a3
·
1 Parent(s): 36bcafd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +60 -0
README.md CHANGED
@@ -1,3 +1,63 @@
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
+ # Body Measurements Dataset
13
+
14
+ The dataset consists of a compilation of people's photos along with their corresponding body measurements. It is designed to provide information and insights into the physical appearances and body characteristics of individuals.
15
+ The dataset includes a diverse range of subjects representing different **age groups, genders, and ethnicities**.
16
+
17
+ The photos are captured in a standardized manner, depicting individuals in a **front** and **side positions**.
18
+ The images aim to capture the subjects' physical appearance using appropriate *lighting and angles* that showcase their body proportions accurately.
19
+
20
+ The dataset serves various purposes, including:
21
+ - research projects
22
+ - body measurement analysis
23
+ - fashion or apparel industry applications
24
+ - fitness and wellness studies
25
+ - anthropometric studies for ergonomic design in various fields
26
+
27
+ ![](https://www.googleapis.com/download/storage/v1/b/kaggle-user-content/o/inbox%2F618942%2Fef4464044f810b1ada765ae99597b15a%2FMacBook%20Air%20-%201%20(3).png?generation=1688983133539816&alt=media)
28
+
29
+ # Get the Dataset
30
+
31
+ ### This is just an example of the data
32
+
33
+ If you need access to the entire dataset, contact us via **[[email protected]](mailto:[email protected])** or leave a request on **[https://trainingdata.pro/data-market](https://trainingdata.pro/data-market?utm_source=huggingface)**
34
+
35
+ # Content
36
+
37
+ ### Folders
38
+ - **files**: includes folders with photos and measurements of people
39
+ - **proofs**: contains subfolders, corresponding to the original photos in `files` folder and includes additional photos of people taking measurements
40
+ - **.pdf** file: includes information about photos in `proofs` folder
41
+
42
+ ### "Files" folder includes 3 images of a person and json file with measurements:
43
+ - **selfie** - the person is looking to the camera; face, neck and shoulders are clearly seen,
44
+ - **front photo** - the person stands in front of the camera, all body parts are clearly seen,
45
+ - **side photo** - the person turned sideways to the camera, all body parts are clearly seen
46
+ - **json file** - includes 22 measurements (*weight, height, hips circumference, leg length etc.*) and 4 additional characteristics (**age, gender, race, profession**) of a person, depicted in photos in the subfolder
47
+
48
+ ### File with the extension .csv
49
+
50
+ includes the following information for each media file:
51
+
52
+ - **selfie**: link to the selfie,
53
+ - **front**: link to the front photo,
54
+ - **side**: link to the side photo,
55
+ - **measurements**: link to the json file with measurements
56
+
57
+ # Body Measurements might be collected in accordance with your requirements.
58
+
59
+ ## **[TrainingData](https://trainingdata.pro/data-market?utm_source=huggingface)** provides high-quality data annotation tailored to your needs
60
+
61
+ More datasets in TrainingData's Kaggle account: **https://www.kaggle.com/trainingdatapro/datasets**
62
+
63
+ TrainingData's GitHub: **https://github.com/trainingdata-pro**