SaffalPoosh commited on
Commit
a8ab3b3
·
1 Parent(s): 5db5fb6

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +24 -0
README.md CHANGED
@@ -3,6 +3,30 @@ license: apache-2.0
3
  tags:
4
  - code
5
  pretty_name: fashion clothes segmentation
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
 
 
3
  tags:
4
  - code
5
  pretty_name: fashion clothes segmentation
6
+ dataset_info:
7
+ features:
8
+ - name: images
9
+ dtype: image
10
+ - name: gender
11
+ dtype: string
12
+ - name: pose
13
+ dtype: string
14
+ - name: cloth_type
15
+ dtype: string
16
+ - name: pid
17
+ dtype: string
18
+ - name: caption
19
+ dtype: string
20
+ - name: mask
21
+ dtype: image
22
+ - name: mask_overlay
23
+ dtype: image
24
+ splits:
25
+ - name: train
26
+ num_bytes: 1821511821.448
27
+ num_examples: 40658
28
+ download_size: 1449380618
29
+ dataset_size: 1821511821.448
30
  ---
31
 
32