gofixyourself commited on
Commit
ed03139
1 Parent(s): 8848b11

Removed invalid tasks names

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -4,8 +4,6 @@ task_categories:
4
  - image-segmentation
5
  task_ids:
6
  - semantic-segmentation
7
- - portrait-segmentation
8
- - face-parsing
9
  size_categories:
10
  - 10K<n<100K
11
  annotations_creators:
@@ -49,6 +47,8 @@ dataset_info:
49
 
50
  # EasyPortrait - Face Parsing and Portrait Segmentation Dataset
51
 
 
 
52
  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.
53
 
54
  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.
@@ -57,6 +57,9 @@ Training images were received from 5,947 unique users, while validation was from
57
 
58
  For more information see our paper [EasyPortrait – Face Parsing and Portrait Segmentation Dataset](https://arxiv.org/abs/2304.13509).
59
 
 
 
 
60
  ## Structure
61
  ```
62
  .
@@ -102,7 +105,7 @@ where:
102
  - `width` - image width
103
  - `height` - image height
104
  - `brightness` - image brightness
105
- - `train`, `test`, `valid` are the binary columns for train / test / val subsets respectively
106
 
107
  ## Authors and Credits
108
  - [Alexander Kapitanov](https://www.linkedin.com/in/hukenovs)
 
4
  - image-segmentation
5
  task_ids:
6
  - semantic-segmentation
 
 
7
  size_categories:
8
  - 10K<n<100K
9
  annotations_creators:
 
47
 
48
  # EasyPortrait - Face Parsing and Portrait Segmentation Dataset
49
 
50
+ ![easyportrait](support_images/main.jpg)
51
+
52
  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.
53
 
54
  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.
 
57
 
58
  For more information see our paper [EasyPortrait – Face Parsing and Portrait Segmentation Dataset](https://arxiv.org/abs/2304.13509).
59
 
60
+ ## The model results trained on the EasyPortrait dataset
61
+
62
+
63
  ## Structure
64
  ```
65
  .
 
105
  - `width` - image width
106
  - `height` - image height
107
  - `brightness` - image brightness
108
+ - `train`, `test`, `valid` are the binary columns for train / test / val subsets respectively
109
 
110
  ## Authors and Credits
111
  - [Alexander Kapitanov](https://www.linkedin.com/in/hukenovs)