Update Stomatal_Images_Datasets.py
Browse files
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,
|