vkashko commited on
Commit
3bd8540
1 Parent(s): 52525b4

docs: readme

Browse files
Files changed (1) hide show
  1. portrait_and_26_photos.py +4 -3
portrait_and_26_photos.py CHANGED
@@ -10,9 +10,9 @@ year = {2023}
10
  """
11
 
12
  _DESCRIPTION = """\
13
- An example of a dataset that we've collected for a photo edit App.
14
- The dataset includes 20 selfies of people (man and women)
15
- in segmentation masks and their visualisations.
16
  """
17
  _NAME = 'portrait_and_26_photos'
18
 
@@ -108,4 +108,5 @@ class PortraitAnd26Photos(datasets.GeneratorBasedBuilder):
108
  data['age'] = age
109
  data['country'] = country
110
  data['gender'] = gender
 
111
  yield idx, data
 
10
  """
11
 
12
  _DESCRIPTION = """\
13
+ Each set includes 27 photos of people. Each person provided
14
+ two types of photos: one photo in profile (portrait_1),
15
+ and 26 photos from their life (photo_1, photo_2, …, photo_26).
16
  """
17
  _NAME = 'portrait_and_26_photos'
18
 
 
108
  data['age'] = age
109
  data['country'] = country
110
  data['gender'] = gender
111
+
112
  yield idx, data