Datasets:

Languages:
English
ArXiv:
License:
lhoestq HF staff commited on
Commit
1d6f5c3
1 Parent(s): a8d979d

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +56 -1
README.md CHANGED
@@ -19,6 +19,61 @@ task_ids:
19
  - face-detection
20
  paperswithcode_id: wider-face-1
21
  pretty_name: WIDER FACE
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for WIDER FACE
@@ -205,4 +260,4 @@ Shuo Yang, Ping Luo, Chen Change Loy and Xiaoou Tang
205
 
206
  ### Contributions
207
 
208
- Thanks to [@mariosasko](https://github.com/mariosasko) for adding this dataset.
 
19
  - face-detection
20
  paperswithcode_id: wider-face-1
21
  pretty_name: WIDER FACE
22
+ dataset_info:
23
+ features:
24
+ - name: image
25
+ dtype: image
26
+ - name: faces
27
+ sequence:
28
+ - name: bbox
29
+ sequence: float32
30
+ length: 4
31
+ - name: blur
32
+ dtype:
33
+ class_label:
34
+ names:
35
+ 0: clear
36
+ 1: normal
37
+ 2: heavy
38
+ - name: expression
39
+ dtype:
40
+ class_label:
41
+ names:
42
+ 0: typical
43
+ 1: exaggerate
44
+ - name: illumination
45
+ dtype:
46
+ class_label:
47
+ names:
48
+ 0: normal
49
+ 1: 'exaggerate '
50
+ - name: occlusion
51
+ dtype:
52
+ class_label:
53
+ names:
54
+ 0: 'no'
55
+ 1: partial
56
+ 2: heavy
57
+ - name: pose
58
+ dtype:
59
+ class_label:
60
+ names:
61
+ 0: typical
62
+ 1: atypical
63
+ - name: invalid
64
+ dtype: bool
65
+ splits:
66
+ - name: test
67
+ num_bytes: 3761103
68
+ num_examples: 16097
69
+ - name: train
70
+ num_bytes: 12049881
71
+ num_examples: 12880
72
+ - name: validation
73
+ num_bytes: 2998735
74
+ num_examples: 3226
75
+ download_size: 3676086479
76
+ dataset_size: 18809719
77
  ---
78
 
79
  # Dataset Card for WIDER FACE
 
260
 
261
  ### Contributions
262
 
263
+ Thanks to [@mariosasko](https://github.com/mariosasko) for adding this dataset.