NathanGavenski commited on
Commit
78742a2
1 Parent(s): 39844f9

Update imagetest.py

Browse files
Files changed (1) hide show
  1. 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": image_iter,
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
  ),