gofixyourself commited on
Commit
bd726f1
1 Parent(s): 4f5a985

Updated the dataset card

Browse files
Files changed (2) hide show
  1. README.md +0 -14
  2. info.json +48 -0
README.md CHANGED
@@ -16,20 +16,6 @@ tags:
16
  - face-beautification
17
  pretty_name: EasyPortrait
18
  paperswithcode_id: easyportrait
19
- dataset_info:
20
- - config_name: easyportrait
21
- features:
22
- - name: image
23
- dtype: image
24
- - name: annotation
25
- dtype: image
26
- splits:
27
- - name: train
28
- num_examples: 14000
29
- - name: test
30
- num_examples: 4000
31
- - name: validation
32
- num_examples: 2000
33
  ---
34
 
35
  # EasyPortrait - Face Parsing and Portrait Segmentation Dataset
 
16
  - face-beautification
17
  pretty_name: EasyPortrait
18
  paperswithcode_id: easyportrait
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  ---
20
 
21
  # EasyPortrait - Face Parsing and Portrait Segmentation Dataset
info.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "EasyPortrait": {
3
+ "description": "EasyPortrait is a large-scale dataset for Portrait Segmentation and Face Parsing. Proposed dataset can be used in several tasks, such as Background Removal in video conference software, Teeth Whitening, Face Skin Enhancement, Red Eye Removal or Eye Colorization, and so on.",
4
+ "citation": "@article{EasyPortrait,\n title={EasyPortrait - Face Parsing and Portrait Segmentation Dataset},\n author={Kapitanov, Alexander and Kvanchiani, Karina and Kirillova Sofia},\n journal={arXiv preprint arXiv:2304.13509},\n year={2023}\n}",
5
+ "homepage": "https://github.com/hukenovs/easyportrait",
6
+ "license": "Creative Commons Attribution-ShareAlike 4.0 International License",
7
+ "features": {
8
+ "image": {
9
+ "decode": true,
10
+ "id": null,
11
+ "_type": "Image"
12
+ },
13
+ "annotation": {
14
+ "decode": true,
15
+ "id": null,
16
+ "_type": "Image"
17
+ }
18
+ },
19
+ "post_processed": null,
20
+ "supervised_keys": null,
21
+ "task_templates": null,
22
+ "builder_name": "EasyPortrait",
23
+ "config_name": "EasyPortrait",
24
+ "version": {
25
+ "version_str": "1.0.0",
26
+ "description": null,
27
+ "major": 1,
28
+ "minor": 0,
29
+ "patch": 0
30
+ },
31
+ "splits": {
32
+ "train": {
33
+ "name": "train",
34
+ "num_examples": 14000,
35
+ "dataset_name": "EasyPortrait"
36
+ },
37
+ "test": {
38
+ "name": "test",
39
+ "num_examples": 4000,
40
+ "dataset_name": "EasyPortrait"
41
+ },
42
+ "validation": {
43
+ "name": "val",
44
+ "num_examples": 2000,
45
+ "dataset_name": "EasyPortrait"
46
+ }
47
+ }
48
+ }