Vadzim Kashko commited on
Commit
fa8fd71
1 Parent(s): 58a900a

refactor: names

Browse files
Files changed (1) hide show
  1. face_segmentation.py +2 -2
face_segmentation.py CHANGED
@@ -3,7 +3,7 @@ import pandas as pd
3
 
4
  _CITATION = """\
5
  @InProceedings{huggingface:dataset,
6
- title = {FaceSegmentation},
7
  author = {TrainingDataPro},
8
  year = {2023}
9
  }
@@ -14,7 +14,7 @@ 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 = 'FaceSegmentation'
18
 
19
  _HOMEPAGE = f"https://huggingface.co/datasets/TrainingDataPro/{_NAME}"
20
 
 
3
 
4
  _CITATION = """\
5
  @InProceedings{huggingface:dataset,
6
+ title = {face_segmentation},
7
  author = {TrainingDataPro},
8
  year = {2023}
9
  }
 
14
  The dataset includes 20 selfies of people (man and women)
15
  in segmentation masks and their visualisations.
16
  """
17
+ _NAME = 'face_segmentation'
18
 
19
  _HOMEPAGE = f"https://huggingface.co/datasets/TrainingDataPro/{_NAME}"
20