khaclinh commited on
Commit
13696dc
1 Parent(s): 809e537

Update testdata.py

Browse files
Files changed (1) hide show
  1. testdata.py +1 -1
testdata.py CHANGED
@@ -114,7 +114,7 @@ class TestData(datasets.GeneratorBasedBuilder):
114
  ),
115
  ]
116
 
117
- def _generate_examples(self, data_dir, annot_dir):
118
  image_dir = os.path.join(data_dir, "fisheye")
119
  annotation_dir = os.path.join(annot_dir, "annotations")
120
  files = []
 
114
  ),
115
  ]
116
 
117
+ def _generate_examples(self, split, data_dir, annot_dir):
118
  image_dir = os.path.join(data_dir, "fisheye")
119
  annotation_dir = os.path.join(annot_dir, "annotations")
120
  files = []