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