Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
1K<n<10K
License:
Commit
·
fcadb7e
1
Parent(s):
04430e7
Update README.md
Browse files
README.md
CHANGED
@@ -73,8 +73,8 @@ dataset_info:
|
|
73 |
|
74 |
## Dataset Description
|
75 |
|
76 |
-
- **Homepage:**
|
77 |
-
- **Repository:**
|
78 |
- **Paper:** N/A
|
79 |
- **Leaderboard:** N/A
|
80 |
- **Point of Contact:** N/A
|
@@ -108,7 +108,7 @@ A sample from the training set is provided below:
|
|
108 |
|
109 |
The data instances have the following fields:
|
110 |
|
111 |
-
|
112 |
- `image`: A `PIL.Image.Image` object containing the image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the `"image"` column, *i.e.* `dataset[0]["image"]` should **always** be preferred over `dataset["image"][0]`.
|
113 |
- `labels`: an `int` classification label.
|
114 |
|
@@ -196,5 +196,3 @@ Class Label Mappings:
|
|
196 |
```
|
197 |
|
198 |
### Contributions
|
199 |
-
|
200 |
-
Thanks to [@nateraw](https://github.com/nateraw) for adding this dataset.
|
|
|
73 |
|
74 |
## Dataset Description
|
75 |
|
76 |
+
- **Homepage:** (https://huggingface.co/datasets/poolrf2001/FaceMask)
|
77 |
+
- **Repository:** (https://huggingface.co/datasets/poolrf2001/FaceMask)
|
78 |
- **Paper:** N/A
|
79 |
- **Leaderboard:** N/A
|
80 |
- **Point of Contact:** N/A
|
|
|
108 |
|
109 |
The data instances have the following fields:
|
110 |
|
111 |
+
|
112 |
- `image`: A `PIL.Image.Image` object containing the image. Note that when accessing the image column: `dataset[0]["image"]` the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the `"image"` column, *i.e.* `dataset[0]["image"]` should **always** be preferred over `dataset["image"][0]`.
|
113 |
- `labels`: an `int` classification label.
|
114 |
|
|
|
196 |
```
|
197 |
|
198 |
### Contributions
|
|
|
|