Datasets:
ArXiv:
DOI:
License:
Commit
·
9dedc83
1
Parent(s):
534b22e
Update VGGFace2.py
Browse files- VGGFace2.py +1 -1
VGGFace2.py
CHANGED
@@ -155,7 +155,7 @@ class VGGFace2(datasets.GeneratorBasedBuilder):
|
|
155 |
temp.columns = ['Image_Path', conf]
|
156 |
|
157 |
temp['Class_ID'] = temp['Image_Path'].str.split('/').str[0]
|
158 |
-
temp['Image_Name'] = temp['Image_Path'].str.split('/').str[1]
|
159 |
|
160 |
temp.drop(columns=['Image_Path'], inplace=True)
|
161 |
|
|
|
155 |
temp.columns = ['Image_Path', conf]
|
156 |
|
157 |
temp['Class_ID'] = temp['Image_Path'].str.split('/').str[0]
|
158 |
+
#temp['Image_Name'] = temp['Image_Path'].str.split('/').str[1]
|
159 |
|
160 |
temp.drop(columns=['Image_Path'], inplace=True)
|
161 |
|