Update testdata.py
Browse files- testdata.py +1 -1
testdata.py
CHANGED
|
@@ -90,7 +90,7 @@ class TestData(datasets.GeneratorBasedBuilder):
|
|
| 90 |
datasets.SplitGenerator(
|
| 91 |
name=datasets.Split.TEST,
|
| 92 |
gen_kwargs={
|
| 93 |
-
"split": "
|
| 94 |
"data_dir": data_dir["test"],
|
| 95 |
"annot_dir": data_dir["annot"],
|
| 96 |
},
|
|
|
|
| 90 |
datasets.SplitGenerator(
|
| 91 |
name=datasets.Split.TEST,
|
| 92 |
gen_kwargs={
|
| 93 |
+
"split": "fisheye",
|
| 94 |
"data_dir": data_dir["test"],
|
| 95 |
"annot_dir": data_dir["annot"],
|
| 96 |
},
|