XintongHe commited on
Commit
b687cd4
1 Parent(s): e7ff388

Update Stomatal_Images_Datasets.py

Browse files
Files changed (1) hide show
  1. Stomatal_Images_Datasets.py +1 -1
Stomatal_Images_Datasets.py CHANGED
@@ -178,7 +178,7 @@ class NewDataset(datasets.GeneratorBasedBuilder):
178
  "scientific_name": scientific_name,
179
  "image": img,
180
  "image_path": image_path,
181
- "label_path" label_path
182
  "magnification": magnification,
183
  "width": width,
184
  "height": height,
 
178
  "scientific_name": scientific_name,
179
  "image": img,
180
  "image_path": image_path,
181
+ "label_path": label_path,
182
  "magnification": magnification,
183
  "width": width,
184
  "height": height,