Update testdata.py
Browse files- 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 = []
|