alexrods commited on
Commit
1d081d7
1 Parent(s): ea34704

Update mini_car_bikes_detection.py

Browse files
Files changed (1) hide show
  1. mini_car_bikes_detection.py +1 -1
mini_car_bikes_detection.py CHANGED
@@ -62,7 +62,7 @@ class MiniCarBikesDetection(datasets.GeneratorBasedBuilder):
62
  ]
63
 
64
  def _generate_examples(self, image_files):
65
- for image_file in os.listdir(image_files):
66
  yield {
67
  "image": image_file,
68
  }
 
62
  ]
63
 
64
  def _generate_examples(self, image_files):
65
+ for image_file in image_files:
66
  yield {
67
  "image": image_file,
68
  }