Datasets:
ArXiv:
DOI:
License:
Commit
·
8f89727
1
Parent(s):
1e3458b
Update VGGFace2.py
Browse files- VGGFace2.py +0 -2
VGGFace2.py
CHANGED
@@ -160,9 +160,7 @@ class VGGFace2(datasets.GeneratorBasedBuilder):
|
|
160 |
temp.drop(columns=['Image_Path'], inplace=True)
|
161 |
|
162 |
meta = meta.merge(temp, on='Class_ID', how='left')
|
163 |
-
raise Exception(meta)
|
164 |
for file_path, file_obj in paths:
|
165 |
-
raise Exception(file_path)
|
166 |
|
167 |
label = file_path.split("/")[2]
|
168 |
yield file_path, {
|
|
|
160 |
temp.drop(columns=['Image_Path'], inplace=True)
|
161 |
|
162 |
meta = meta.merge(temp, on='Class_ID', how='left')
|
|
|
163 |
for file_path, file_obj in paths:
|
|
|
164 |
|
165 |
label = file_path.split("/")[2]
|
166 |
yield file_path, {
|