khaclinh commited on
Commit
e69942f
1 Parent(s): b499279

Update testdata.py

Browse files
Files changed (1) hide show
  1. testdata.py +1 -1
testdata.py CHANGED
@@ -128,7 +128,7 @@ class TestData(datasets.GeneratorBasedBuilder):
128
  if cls == 0:
129
  faces.append([x1, y1, x2, y2])
130
  else:
131
- plates([x1, y1, x2, y2])
132
 
133
  yield idx, {"image": i_file, "faces": faces, "plates": plates}
134
 
 
128
  if cls == 0:
129
  faces.append([x1, y1, x2, y2])
130
  else:
131
+ plates.append([x1, y1, x2, y2])
132
 
133
  yield idx, {"image": i_file, "faces": faces, "plates": plates}
134