Update Stomatal_Images_Datasets.py
Browse files
Stomatal_Images_Datasets.py
CHANGED
|
@@ -37,7 +37,6 @@ class NewDataset(datasets.GeneratorBasedBuilder):
|
|
| 37 |
"image_id": datasets.Value("string"),
|
| 38 |
"species": datasets.Value("string"),
|
| 39 |
"scientific_name": datasets.Value("string"),
|
| 40 |
-
"image_path": datasets.Value("string"),
|
| 41 |
"image": datasets.Image(),
|
| 42 |
"magnification": datasets.Value("int32"),
|
| 43 |
"width": datasets.Value("int32"),
|
|
@@ -138,7 +137,6 @@ class NewDataset(datasets.GeneratorBasedBuilder):
|
|
| 138 |
"image_id": image_id,
|
| 139 |
"species": species,
|
| 140 |
"scientific_name": scientific_name,
|
| 141 |
-
"image_path": image_path,
|
| 142 |
"image": img,
|
| 143 |
"magnification": magnification,
|
| 144 |
"width": width,
|
|
|
|
| 37 |
"image_id": datasets.Value("string"),
|
| 38 |
"species": datasets.Value("string"),
|
| 39 |
"scientific_name": datasets.Value("string"),
|
|
|
|
| 40 |
"image": datasets.Image(),
|
| 41 |
"magnification": datasets.Value("int32"),
|
| 42 |
"width": datasets.Value("int32"),
|
|
|
|
| 137 |
"image_id": image_id,
|
| 138 |
"species": species,
|
| 139 |
"scientific_name": scientific_name,
|
|
|
|
| 140 |
"image": img,
|
| 141 |
"magnification": magnification,
|
| 142 |
"width": width,
|