Datasets:
Update column descriptions for BeetleMeasurements CSV and add placeholder for sample image from group images.
Browse files
README.md
CHANGED
@@ -72,7 +72,7 @@ Escape underscores ("_") with a "\". Example: image\_RGB
|
|
72 |
<!-- Provide a longer summary of what this dataset is. -->
|
73 |
[More Information Needed]
|
74 |
|
75 |
-
<!--This dataset card
|
76 |
|
77 |
|
78 |
### Supported Tasks and Leaderboards
|
@@ -117,32 +117,39 @@ Describe data files
|
|
117 |
Ex: All images are named <img_id>.png, each within a folder named for the species. They are 1024 x 1024, and the color has been standardized using <link to color standardization package>.
|
118 |
-->
|
119 |
|
|
|
|
|
|
|
|
|
|
|
120 |
### Data Fields
|
121 |
[More Information Needed]
|
122 |
|
123 |
**BeetleMeasurements.csv**:
|
124 |
-
- `
|
125 |
- `scalebar`: Pixel coordinates of the ruler/scalebar in the image.
|
126 |
-
- `
|
127 |
- `individual`: Integer. The beetle in the image to whom the measurements refer. Awaiting confirmation of how they are counted.
|
128 |
- `structure`: Whether the measurement applies to the length or width of the elytra (`ElytraLength` or `ElytraWidth`, respectively).
|
129 |
-
- `
|
130 |
- `coords_pix`: Pixel coordinates of the line marking the length or width of the elytra (green or purple --confirm which is which). Note that the lines are more than one pixel wide, which is why these coordinates form a rectangle.
|
131 |
- `dist_pix`: Float. The length or width of the elytra (indicated by `structure`) as measured in pixels.
|
132 |
-
- `dist_cm`: Float. The length or width of the elytra (indicated by `structure`) as measured in centimeters using the scalebar (
|
133 |
-
- `scientificName`: Scientific name of the specimen (`<Genus> <species>`). There are
|
134 |
-
- `
|
135 |
- `siteID`: String. Identifier for the site from which the specimens were collected. There 30 different site IDs.
|
136 |
-
- `
|
137 |
- `plotID`: Identifier for the plot from which the specimens were collected (`<siteID>_<plot number>`). There are 144 different plots from which specimens were collected.
|
138 |
-
- `user_name`:
|
139 |
-
- `
|
140 |
-
- `genus`: Genus of the individual (generated by taking the first word in the `scientificName`).
|
|
|
141 |
- `individualID`: Unique identifier for the beetles (based on the assumed uniqueness of the `PictureID`), generated from `PictureID` (minus the `.jpg`) plus `_<individual>`. There are 11,104 individuals photographed and annotated.
|
142 |
- `file_name`: Relative path to image from the root of the directory (`<group_images>/<pictureID>.jpg`); allows for image to be displayed in the dataset viewer alongside its associated metadata.
|
143 |
|
144 |
|
145 |
**TODO:* Make metadata file for viewer once we have segmented images too:
|
|
|
146 |
**individual_metadata.csv**:
|
147 |
- `individualID`: ID of beetle in the individual image (matches `individualID` in `BeetleMeasurements.csv`). This is a unique identifier for this CSV.
|
148 |
- `pictureID`: Name of the group image (`<sample-barcode>.jpg`, though sometimes it's `<NEON_sampleID_>`.jpg). Unique identifier for the 577 _group_ images, not for dataset. (Matches `pictureID` in `BeetleMeasurements.csv`.)
|
@@ -154,7 +161,7 @@ Ex: All images are named <img_id>.png, each within a folder named for the specie
|
|
154 |
|
155 |
|![Figure 1](https://huggingface.co/datasets/imageomics/BeetlePalooza/resolve/main/beetles.png)|
|
156 |
|:--|
|
157 |
-
|**Figure
|
158 |
|
159 |
|
160 |
### Data Splits
|
|
|
72 |
<!-- Provide a longer summary of what this dataset is. -->
|
73 |
[More Information Needed]
|
74 |
|
75 |
+
<!--This dataset card was generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1) and further altered to suit Imageomics Institute needs.-->
|
76 |
|
77 |
|
78 |
### Supported Tasks and Leaderboards
|
|
|
117 |
Ex: All images are named <img_id>.png, each within a folder named for the species. They are 1024 x 1024, and the color has been standardized using <link to color standardization package>.
|
118 |
-->
|
119 |
|
120 |
+
|![picture of beetles in A00000046094](https://huggingface.co/datasets/imageomics/BeetlePalooza/resolve/main/group_images/A00000046094.jpg)|
|
121 |
+
|:--|
|
122 |
+
|Image of _Carabus goryi_ beetles from sample A00000046094.|
|
123 |
+
|
124 |
+
|
125 |
### Data Fields
|
126 |
[More Information Needed]
|
127 |
|
128 |
**BeetleMeasurements.csv**:
|
129 |
+
- `pictureID`: Name of the image (`<sample-barcode>.jpg`, though sometimes it's `<NEON_sampleID_>`.jpg). Unique identifier for the 577 _group_ images, not for dataset. There are 11,104 individual beetles. All individuals in a single image are from the same location and are the same species.
|
130 |
- `scalebar`: Pixel coordinates of the ruler/scalebar in the image.
|
131 |
+
- `cm_pix`: Integer. The number of pixels in a centimeter on the scalebar.
|
132 |
- `individual`: Integer. The beetle in the image to whom the measurements refer. Awaiting confirmation of how they are counted.
|
133 |
- `structure`: Whether the measurement applies to the length or width of the elytra (`ElytraLength` or `ElytraWidth`, respectively).
|
134 |
+
- `lying_straight`: Whether or not the beetle is "straight" in the image (`Yes` or `No`). Further guidance on this term's meaning would be helpful.
|
135 |
- `coords_pix`: Pixel coordinates of the line marking the length or width of the elytra (green or purple --confirm which is which). Note that the lines are more than one pixel wide, which is why these coordinates form a rectangle.
|
136 |
- `dist_pix`: Float. The length or width of the elytra (indicated by `structure`) as measured in pixels.
|
137 |
+
- `dist_cm`: Float. The length or width of the elytra (indicated by `structure`) as measured in centimeters using the scalebar (`dist_pix/cm_pix`).
|
138 |
+
- `scientificName`: Scientific name of the specimen (`<Genus> <species>`). There are 78 different species among 36 genera, though another 10 individuals are only labeled to the genus (or subgenus) level. The 17 individuals in `PictureID` `MOAB_001.S.20180724.jpg` are missing the scientific name label (they are all the same species). These labels were provided by NEON.
|
139 |
+
- `NEON_sampleID`: NEON identifier for the sample (576 unique IDs), prefixed by the `plotID`.
|
140 |
- `siteID`: String. Identifier for the site from which the specimens were collected. There 30 different site IDs.
|
141 |
+
- `site_name`: Name of field site from which the specimens were collected. There are 43 different field site names. -- These lack consistency, and will be updated using the site codes.
|
142 |
- `plotID`: Identifier for the plot from which the specimens were collected (`<siteID>_<plot number>`). There are 144 different plots from which specimens were collected.
|
143 |
+
- `user_name`: Zooniverse username of person annotating the elytra length and width information (there were 3 annotators).
|
144 |
+
- `workflowID`: Integer identifier for the workflow used...?? There are 5.
|
145 |
+
- `genus`: Genus of the individual (generated by taking the first word in the `scientificName`). There are 36 unique genera labeled.
|
146 |
+
- `species`: Species of the individual (generated from the word(s) following the `genus` in the `scientificName`). There are 78 unique species labeled.
|
147 |
- `individualID`: Unique identifier for the beetles (based on the assumed uniqueness of the `PictureID`), generated from `PictureID` (minus the `.jpg`) plus `_<individual>`. There are 11,104 individuals photographed and annotated.
|
148 |
- `file_name`: Relative path to image from the root of the directory (`<group_images>/<pictureID>.jpg`); allows for image to be displayed in the dataset viewer alongside its associated metadata.
|
149 |
|
150 |
|
151 |
**TODO:* Make metadata file for viewer once we have segmented images too:
|
152 |
+
|
153 |
**individual_metadata.csv**:
|
154 |
- `individualID`: ID of beetle in the individual image (matches `individualID` in `BeetleMeasurements.csv`). This is a unique identifier for this CSV.
|
155 |
- `pictureID`: Name of the group image (`<sample-barcode>.jpg`, though sometimes it's `<NEON_sampleID_>`.jpg). Unique identifier for the 577 _group_ images, not for dataset. (Matches `pictureID` in `BeetleMeasurements.csv`.)
|
|
|
161 |
|
162 |
|![Figure 1](https://huggingface.co/datasets/imageomics/BeetlePalooza/resolve/main/beetles.png)|
|
163 |
|:--|
|
164 |
+
|**Figure 1.** Sample image of beetles with green and purple lines to indicate the measurement used for the elytra length and width, respectively. The red line marks the pixels for 1cm.|
|
165 |
|
166 |
|
167 |
### Data Splits
|