Datasets:
ArXiv:
DOI:
License:
Commit
·
e365e75
1
Parent(s):
9dedc83
Update VGGFace2.py
Browse files- VGGFace2.py +1 -0
VGGFace2.py
CHANGED
|
@@ -149,6 +149,7 @@ class VGGFace2(datasets.GeneratorBasedBuilder):
|
|
| 149 |
meta_paths["identity"],
|
| 150 |
sep=", "
|
| 151 |
)
|
|
|
|
| 152 |
for conf in [x for x in meta_paths.values() if x != meta_paths["identity"]]:
|
| 153 |
|
| 154 |
temp = pd.read_csv(conf,sep='\t', header=None)
|
|
|
|
| 149 |
meta_paths["identity"],
|
| 150 |
sep=", "
|
| 151 |
)
|
| 152 |
+
raise Exception(meta_paths.values())
|
| 153 |
for conf in [x for x in meta_paths.values() if x != meta_paths["identity"]]:
|
| 154 |
|
| 155 |
temp = pd.read_csv(conf,sep='\t', header=None)
|