Datasets:
ArXiv:
DOI:
License:
Commit
·
534b22e
1
Parent(s):
f0e1f7c
Update VGGFace2.py
Browse files- VGGFace2.py +1 -1
VGGFace2.py
CHANGED
@@ -159,7 +159,7 @@ class VGGFace2(datasets.GeneratorBasedBuilder):
|
|
159 |
|
160 |
temp.drop(columns=['Image_Path'], inplace=True)
|
161 |
|
162 |
-
meta = meta.merge(temp, on='Class_ID', how='
|
163 |
for file_path, file_obj in paths:
|
164 |
raise Exception(file_path)
|
165 |
|
|
|
159 |
|
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 |
|