XintongHe commited on
Commit
62db332
1 Parent(s): 7ac7cd2

Update Populus_Stomatal_Images_Datasets.py

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