Update imagetest.py
Browse files- imagetest.py +1 -1
imagetest.py
CHANGED
|
@@ -38,7 +38,7 @@ class ImageSet(datasets.GeneratorBasedBuilder):
|
|
| 38 |
datasets.SplitGenerator(
|
| 39 |
name=datasets.Split.TRAIN,
|
| 40 |
gen_kwargs={
|
| 41 |
-
"images":
|
| 42 |
"infos": info_path
|
| 43 |
}
|
| 44 |
),
|
|
|
|
| 38 |
datasets.SplitGenerator(
|
| 39 |
name=datasets.Split.TRAIN,
|
| 40 |
gen_kwargs={
|
| 41 |
+
"images": image_path,
|
| 42 |
"infos": info_path
|
| 43 |
}
|
| 44 |
),
|