alexrods commited on
Commit
7ea3afe
1 Parent(s): 1d081d7

Update mini_car_bikes_detection.py

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