fancyfeast commited on
Commit
54f729d
·
verified ·
1 Parent(s): dde758e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -39
README.md CHANGED
@@ -1,39 +1,9 @@
1
- ---
2
- dataset_info:
3
- features:
4
- - name: filehash
5
- dtype: binary
6
- - name: url
7
- dtype: string
8
- - name: ideal_size
9
- dtype: string
10
- - name: wearing_size
11
- dtype: string
12
- - name: age
13
- dtype: int32
14
- - name: post_data
15
- dtype: string
16
- - name: loose_underbust
17
- dtype: int32
18
- - name: snug_underbust
19
- dtype: int32
20
- - name: tight_underbust
21
- dtype: int32
22
- - name: standing_bust
23
- dtype: int32
24
- - name: leaning_bust
25
- dtype: int32
26
- - name: lying_bust
27
- dtype: int32
28
- splits:
29
- - name: train
30
- num_bytes: 1956365
31
- num_examples: 472
32
- download_size: 138490
33
- dataset_size: 1956365
34
- configs:
35
- - config_name: default
36
- data_files:
37
- - split: train
38
- path: data/train-*
39
- ---
 
1
+ # Bra Sizing Dataset
2
+
3
+ This a research dataset that was compiled from various public sources, and consists of images of people wearing bras associated with various metrics like the size of the bra they are wearing in the image, the "ideal" bra size for the person, their body measurements, age, etc.
4
+
5
+ The metrics come from the person who supplied the image, and were verified by a third-party, so accuracy is high.
6
+
7
+ All bra sizes are in US sizes. When the sizes were specified in UK sizing at the source they were automatically converted to an equivilent US size for this dataset.
8
+
9
+ For some data an LLM was used to parse the source text into the desired metrics and associate them with the correct photo, since the data was not always consistently presented and some metrics were present alongside several images. The results were spot checked for accuracy, and the original raw data is included if needed.