Datasets:
ArXiv:
DOI:
License:
Commit
·
1e3458b
1
Parent(s):
edd07ce
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 |
raise Exception(file_path)
|
| 165 |
|
|
|
|
| 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 |
|