Update README.md
Browse files
README.md
CHANGED
@@ -48,16 +48,17 @@ This dataset consists of around 11,000 unique images of hardwood leaf stomata co
|
|
48 |
'width': 1024,
|
49 |
'height': 768,
|
50 |
'resolution': 118,
|
51 |
-
'annotations': {'category_id': [1,0,0,1,......,1,0,0
|
52 |
-
|
53 |
-
'
|
54 |
-
'
|
55 |
-
'
|
56 |
-
|
57 |
-
{'
|
58 |
-
'
|
59 |
-
'
|
60 |
-
'
|
|
|
61 |
```
|
62 |
## Dataset Field
|
63 |
```
|
@@ -69,7 +70,7 @@ This dataset consists of around 11,000 unique images of hardwood leaf stomata co
|
|
69 |
"width"[integer]: The width of the image.
|
70 |
"height"[integer]: The height of the image
|
71 |
"resolution"[integer]: The resolution of the image
|
72 |
-
"annotation_coordinates"[dictionary]: A dictionary containing the category id, where inner_guard_cell_walls was labeled as β0β, whole_stomata (stomatal aperture and guard cells) was labeled as β1β. and bounding box coordinates for the annotated stomatal features,
|
73 |
```
|
74 |
|
75 |
### Curation Rationale
|
@@ -110,17 +111,11 @@ The study utilized stomatal images from two datasets: Hardwood and Populus spp.,
|
|
110 |
|
111 |
[More Information Needed]
|
112 |
|
113 |
-
#### Personal and Sensitive Information
|
114 |
-
|
115 |
-
<!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
|
116 |
-
|
117 |
-
[More Information Needed]
|
118 |
-
|
119 |
## Bias, Risks, and Limitations
|
120 |
|
121 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
122 |
This dataset includes only images of stomata from hardwood trees and Populus, limiting its applicability for studying stomata of other tree genera, though it may serve as reference data. This dataset is not divided into training and testing sets; users must divide it themselves when necessary.Despite following rigorous procedures in collecting leaves and micrographs, considering human and instrumental errors, there's a possibility of inaccuracies in the images and their associated information within the datasets. Even though the annotation process employed pre-trained model labeling methods, complemented by quick checks using LabelImg, potential model and computational errors could still lead to incorrect annotations.
|
123 |
-
|
124 |
|
125 |
### Recommendations
|
126 |
|
|
|
48 |
'width': 1024,
|
49 |
'height': 768,
|
50 |
'resolution': 118,
|
51 |
+
'annotations': {'category_id': [1,0,0,1,......,1,0,0],
|
52 |
+
'bounding_box': [{'x_center_rel': 0.25232601165771484,
|
53 |
+
'y_center_rel': 0.014441000297665596,
|
54 |
+
'width_rel': 0.022092999890446663,
|
55 |
+
'height_rel': 0.02790999971330166},
|
56 |
+
......,
|
57 |
+
{'x_center_rel': 0.9088180065155029,
|
58 |
+
'y_center_rel': 0.9940109848976135,
|
59 |
+
'width_rel': 0.06590700149536133,
|
60 |
+
'height_rel': 0.010591999627649784}]
|
61 |
+
}}
|
62 |
```
|
63 |
## Dataset Field
|
64 |
```
|
|
|
70 |
"width"[integer]: The width of the image.
|
71 |
"height"[integer]: The height of the image
|
72 |
"resolution"[integer]: The resolution of the image
|
73 |
+
"annotation_coordinates"[dictionary]: A dictionary containing the category id, where inner_guard_cell_walls was labeled as β0β, whole_stomata (stomatal aperture and guard cells) was labeled as β1β. and bounding box coordinates for the annotated stomatal features, where the x_center and y_center are expressed as normalized coordinates that correspond to the center of the bounding box, while width and height are normalized values that represent the relative width and height of the box concerning the dimensions of the image
|
74 |
```
|
75 |
|
76 |
### Curation Rationale
|
|
|
111 |
|
112 |
[More Information Needed]
|
113 |
|
|
|
|
|
|
|
|
|
|
|
|
|
114 |
## Bias, Risks, and Limitations
|
115 |
|
116 |
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
117 |
This dataset includes only images of stomata from hardwood trees and Populus, limiting its applicability for studying stomata of other tree genera, though it may serve as reference data. This dataset is not divided into training and testing sets; users must divide it themselves when necessary.Despite following rigorous procedures in collecting leaves and micrographs, considering human and instrumental errors, there's a possibility of inaccuracies in the images and their associated information within the datasets. Even though the annotation process employed pre-trained model labeling methods, complemented by quick checks using LabelImg, potential model and computational errors could still lead to incorrect annotations.
|
118 |
+
|
119 |
|
120 |
### Recommendations
|
121 |
|