Datasets:

ArXiv:
DOI:
License:
ProgramComputer commited on
Commit
534b22e
·
1 Parent(s): f0e1f7c

Update VGGFace2.py

Browse files
Files changed (1) hide show
  1. 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='outer')
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