Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
10K<n<100K
ArXiv:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,7 @@ ds = ds.with_transform(bytes_to_pil)
|
|
32 |
```
|
33 |
|
34 |
## Table of Contents
|
|
|
35 |
- [Dataset Description](#dataset-description)
|
36 |
- [Dataset Summary](#dataset-summary)
|
37 |
- [Dataset Structure](#dataset-structure)
|
@@ -63,7 +64,7 @@ Existing public face datasets are strongly biased toward Caucasian faces, and ot
|
|
63 |
{
|
64 |
'age': 6,
|
65 |
'gender': 1,
|
66 |
-
'img_bytes': b'
|
67 |
'race': 1
|
68 |
}
|
69 |
```
|
|
|
32 |
```
|
33 |
|
34 |
## Table of Contents
|
35 |
+
- [Usage](#usage)
|
36 |
- [Dataset Description](#dataset-description)
|
37 |
- [Dataset Summary](#dataset-summary)
|
38 |
- [Dataset Structure](#dataset-structure)
|
|
|
64 |
{
|
65 |
'age': 6,
|
66 |
'gender': 1,
|
67 |
+
'img_bytes': b'\\\\\\\\\\\\\\\\xff\\\\\\\\\\\\\\\\xd8...',
|
68 |
'race': 1
|
69 |
}
|
70 |
```
|