Vadzim Kashko commited on
Commit
58a900a
β€’
1 Parent(s): 3ca0bd7

refactor: filenames

Browse files
README.md CHANGED
@@ -7,6 +7,24 @@ language:
7
  tags:
8
  - code
9
  - finance
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  # Face segmentation
12
  An example of a dataset that we've collected for a photo edit App. The dataset includes 20 selfies of people (man and women) in segmentation masks and their visualisations.
 
7
  tags:
8
  - code
9
  - finance
10
+ dataset_info:
11
+ features:
12
+ - name: image
13
+ dtype: image
14
+ - name: mask
15
+ dtype: image
16
+ - name: id
17
+ dtype: string
18
+ - name: gender
19
+ dtype: string
20
+ - name: age
21
+ dtype: int8
22
+ splits:
23
+ - name: train
24
+ num_bytes: 44991960
25
+ num_examples: 20
26
+ download_size: 44094250
27
+ dataset_size: 44991960
28
  ---
29
  # Face segmentation
30
  An example of a dataset that we've collected for a photo edit App. The dataset includes 20 selfies of people (man and women) in segmentation masks and their visualisations.
data/{FaceSegmentation.csv β†’ face_segmentation.csv} RENAMED
File without changes
Face_Segmentation.pdf β†’ face_segmentation.pdf RENAMED
File without changes
FaceSegmentation.py β†’ face_segmentation.py RENAMED
File without changes