Datasets:
Tasks:
Object Detection
Sub-tasks:
face-detection
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Replace YAML keys from int to str
#2
by
albertvillanova
HF staff
- opened
README.md
CHANGED
@@ -32,34 +32,34 @@ dataset_info:
|
|
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:
|
|
|
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:
|