Facebook
TwitterAttribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
License information was derived automatically
We introduce a large-scale image dataset EasyPortrait for portrait segmentation and face parsing. Proposed dataset can be used in several tasks, such as background removal in conference applications, teeth whitening, face skin enhancement, red eye removal or eye colorization, and so on.
EasyPortrait dataset size is about 26GB, and it contains 20 000 RGB images (~17.5K FullHD images) with high quality annotated masks. This dataset is divided into training set, validation set and test set by subject user_id. The training set includes 14000 images, the validation set includes 2000 images, and the test set includes 4000 images.
https://github.com/hukenovs/easyportrait/blob/main/images/data.jpg?raw=true" alt="">
2023/11/13: We release EasyPortrait 2.0. βοΈ
user_id2023/02/23: EasyPortrait (Initial Dataset) πͺ
user_id| Link | Size |
|---|---|
images | 91.8 GB |
annotations | 657.1 MB |
meta | 1.9 MB |
train set | 68.3 GB |
validation set | 10.7 GB |
test set | 12.8 GB |
.
βββ images.zip
β βββ train/ # Train set: 30k
β βββ val/ # Validation set: 4k
β βββ test/ # Test set: 6k
βββ annotations.zip
β βββ train/
β βββ val/
β βββ test/
βββ meta.zip # Meta-information (width, height, brightness, imhash, user_id)
...
Annotations are presented as 2D-arrays, images in *.png format with several classes:
| Index | Class |
|---|---|
| 0 | BACKGROUND |
| 1 | PERSON |
| 2 | SKIN |
| 3 | LEFT BROW |
| 4 | RIGHT_BROW |
| 5 | LEFT_EYE |
| 6 | RIGHT_EYE |
| 7 | LIPS |
| 8 | TEETH |
Also, we provide some additional meta-information for dataset in annotations/meta.zip file:
| attachment_id | user_id | data_hash | width | height | brightness | train | test | valid | |
|---|---|---|---|---|---|---|---|---|---|
| 0 | de81cc1c-... | 1b... | e8f... | 1440 | 1920 | 136 | True | False | False |
| 1 | 3c0cec5a-... | 64... | df5... | 1440 | 1920 | 148 | False | False | True |
| 2 | d17ca986-... | cf... | a69... | 1920 | 1080 | 140 | False | True | False |
where:
- attachment_id - image file name without extension
- user_id - unique anonymized user ID
- data_hash - image hash by using Perceptual hashing
- width - image width
- height - image height
- brightness - image brightness
- train, test, valid are the binary columns for train / test / val subsets respectively
We provide some pre-trained models as the baseline for portrait segmentation and face parsing. We use mean Intersection over Union (mIoU) as the main metric.
Pretrained models are available in github repo!
Facebook
TwitterAttribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
License information was derived automatically
EasyPortrait - Face Parsing and Portrait Segmentation Dataset
We introduce a large-scale image dataset EasyPortrait for portrait segmentation and face parsing. Proposed dataset can be used in several tasks, such as background removal in conference applications, teeth whitening, face skin enhancement, red eye removal or eye colorization, and so on. EasyPortrait dataset size is about 26GB, and it contains 20 000 RGB images (~17.5K FullHD images) with high quality annotated masks.β¦ See the full description on the dataset page: https://huggingface.co/datasets/gofixyourself/EasyPortrait.
Not seeing a result you expected?
Learn how you can add new datasets to our index.
Facebook
TwitterAttribution-ShareAlike 4.0 (CC BY-SA 4.0)https://creativecommons.org/licenses/by-sa/4.0/
License information was derived automatically
We introduce a large-scale image dataset EasyPortrait for portrait segmentation and face parsing. Proposed dataset can be used in several tasks, such as background removal in conference applications, teeth whitening, face skin enhancement, red eye removal or eye colorization, and so on.
EasyPortrait dataset size is about 26GB, and it contains 20 000 RGB images (~17.5K FullHD images) with high quality annotated masks. This dataset is divided into training set, validation set and test set by subject user_id. The training set includes 14000 images, the validation set includes 2000 images, and the test set includes 4000 images.
https://github.com/hukenovs/easyportrait/blob/main/images/data.jpg?raw=true" alt="">
2023/11/13: We release EasyPortrait 2.0. βοΈ
user_id2023/02/23: EasyPortrait (Initial Dataset) πͺ
user_id| Link | Size |
|---|---|
images | 91.8 GB |
annotations | 657.1 MB |
meta | 1.9 MB |
train set | 68.3 GB |
validation set | 10.7 GB |
test set | 12.8 GB |
.
βββ images.zip
β βββ train/ # Train set: 30k
β βββ val/ # Validation set: 4k
β βββ test/ # Test set: 6k
βββ annotations.zip
β βββ train/
β βββ val/
β βββ test/
βββ meta.zip # Meta-information (width, height, brightness, imhash, user_id)
...
Annotations are presented as 2D-arrays, images in *.png format with several classes:
| Index | Class |
|---|---|
| 0 | BACKGROUND |
| 1 | PERSON |
| 2 | SKIN |
| 3 | LEFT BROW |
| 4 | RIGHT_BROW |
| 5 | LEFT_EYE |
| 6 | RIGHT_EYE |
| 7 | LIPS |
| 8 | TEETH |
Also, we provide some additional meta-information for dataset in annotations/meta.zip file:
| attachment_id | user_id | data_hash | width | height | brightness | train | test | valid | |
|---|---|---|---|---|---|---|---|---|---|
| 0 | de81cc1c-... | 1b... | e8f... | 1440 | 1920 | 136 | True | False | False |
| 1 | 3c0cec5a-... | 64... | df5... | 1440 | 1920 | 148 | False | False | True |
| 2 | d17ca986-... | cf... | a69... | 1920 | 1080 | 140 | False | True | False |
where:
- attachment_id - image file name without extension
- user_id - unique anonymized user ID
- data_hash - image hash by using Perceptual hashing
- width - image width
- height - image height
- brightness - image brightness
- train, test, valid are the binary columns for train / test / val subsets respectively
We provide some pre-trained models as the baseline for portrait segmentation and face parsing. We use mean Intersection over Union (mIoU) as the main metric.
Pretrained models are available in github repo!