Datasets:
Tasks:
Image Classification
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
1K<n<10K
License:
Commit ·
04430e7
1
Parent(s): f59e56c
Update FaceMask.py
Browse files- FaceMask.py +1 -1
FaceMask.py
CHANGED
|
@@ -55,7 +55,7 @@ _URLS = {
|
|
| 55 |
_NAMES = ["mask_weared_incorrect", "width_mask", "without_mask"]
|
| 56 |
|
| 57 |
|
| 58 |
-
class
|
| 59 |
"""MaskFace images dataset."""
|
| 60 |
|
| 61 |
def _info(self):
|
|
|
|
| 55 |
_NAMES = ["mask_weared_incorrect", "width_mask", "without_mask"]
|
| 56 |
|
| 57 |
|
| 58 |
+
class MaskFace(datasets.GeneratorBasedBuilder):
|
| 59 |
"""MaskFace images dataset."""
|
| 60 |
|
| 61 |
def _info(self):
|