Datasets:
Tasks:
Object Detection
Sub-tasks:
face-detection
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Commit
·
4260d38
1
Parent(s):
b634532
Replace YAML keys from int to str (#2)
Browse files- Replace YAML keys from int to str (5146722a80e86cf50859f74f332c1bdb9fd5ff79)
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:
|