Datasets:
ArXiv:
DOI:
License:
Commit
·
593062f
1
Parent(s):
9e50a10
Update VGGFace2.py
Browse files- VGGFace2.py +1 -3
VGGFace2.py
CHANGED
|
@@ -144,9 +144,7 @@ class VGGFace2(datasets.GeneratorBasedBuilder):
|
|
| 144 |
key = 0
|
| 145 |
meta = pd.read_csv(
|
| 146 |
meta_paths["identity"],
|
| 147 |
-
sep=","
|
| 148 |
-
index_col=0,
|
| 149 |
-
engine="python",
|
| 150 |
)
|
| 151 |
for conf in [x for x in meta_paths.values() if x != meta_paths["identity"]]:
|
| 152 |
|
|
|
|
| 144 |
key = 0
|
| 145 |
meta = pd.read_csv(
|
| 146 |
meta_paths["identity"],
|
| 147 |
+
sep=", "
|
|
|
|
|
|
|
| 148 |
)
|
| 149 |
for conf in [x for x in meta_paths.values() if x != meta_paths["identity"]]:
|
| 150 |
|