XintongHe commited on
Commit
3ddf48a
1 Parent(s): e000a58

Update Populus_Stomatal_Images_Datasets.py

Browse files
Populus_Stomatal_Images_Datasets.py CHANGED
@@ -131,8 +131,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
131
  gen_kwargs={
132
  "filepaths": all_image_filenames,
133
  "species_info": species_info,
134
- "data_dir": extracted_images_path,
135
- "annotations_file": data_files["annotations_json"]
136
  },
137
  )]
138
 
 
131
  gen_kwargs={
132
  "filepaths": all_image_filenames,
133
  "species_info": species_info,
134
+ "data_dir": extracted_images_path
 
135
  },
136
  )]
137