khaclinh commited on
Commit
964ca96
·
1 Parent(s): 550dd3e

Update testdata.py

Browse files
Files changed (1) hide show
  1. testdata.py +5 -0
testdata.py CHANGED
@@ -114,6 +114,11 @@ class TestData(datasets.GeneratorBasedBuilder):
114
  "faces": 1
115
  }
116
  )
 
 
 
 
 
117
  yield idx, {"image": file, "data": objects}
118
  idx += 1
119
  # for file_type in IMG_EXT:
 
114
  "faces": 1
115
  }
116
  )
117
+ objects.append(
118
+ {
119
+ "faces": 2
120
+ }
121
+ )
122
  yield idx, {"image": file, "data": objects}
123
  idx += 1
124
  # for file_type in IMG_EXT: