refactor: names
Browse files- 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 = {
|
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 = '
|
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 |
|