Datasets:
ArXiv:
DOI:
License:
Commit
·
e10edab
1
Parent(s):
8f89727
Update VGGFace2.py
Browse files- VGGFace2.py +1 -0
VGGFace2.py
CHANGED
|
@@ -160,6 +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 |
for file_path, file_obj in paths:
|
| 164 |
|
| 165 |
label = file_path.split("/")[2]
|
|
|
|
| 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 |
|
| 166 |
label = file_path.split("/")[2]
|