Datasets:
ArXiv:
DOI:
License:
Commit
·
37673fa
1
Parent(s):
4a613d6
Update VGGFace2.py
Browse files- VGGFace2.py +1 -2
VGGFace2.py
CHANGED
@@ -75,8 +75,7 @@ class VGGFace2(datasets.GeneratorBasedBuilder):
|
|
75 |
datasets.BuilderConfig( version=VERSION
|
76 |
)
|
77 |
]
|
78 |
-
|
79 |
-
"07-Mustache_or_Beard.txt","08-Wearing_Hat.txt","09-Eyeglasses.txt","10-Sunglasses.txt","11-Mouth_Open.txt"
|
80 |
def _info(self):
|
81 |
features = {
|
82 |
"file": datasets.Image(),
|
|
|
75 |
datasets.BuilderConfig( version=VERSION
|
76 |
)
|
77 |
]
|
78 |
+
|
|
|
79 |
def _info(self):
|
80 |
features = {
|
81 |
"file": datasets.Image(),
|