egrace479 commited on
Commit
1175fb7
1 Parent(s): 190cfc9

Update README with more info on annotation and sample image

Browse files
Files changed (2) hide show
  1. README.md +23 -14
  2. beetles.png +3 -0
README.md CHANGED
@@ -93,15 +93,15 @@ The `individual_images` directory contains images of each individual segmented f
93
  ```
94
  /dataset/
95
  group_images/
96
- <pictureID 1>.png
97
- <pictureID 2>.png
98
  ...
99
- <pictureID 577>.png
100
  individual_images/
101
- <individualID 1>.png
102
- <individualID 2>.png
103
  ...
104
- <individualID n>.png
105
  BeetleMeasurements.csv
106
  individual_metadata.csv
107
  ```
@@ -125,19 +125,20 @@ Ex: All images are named <img_id>.png, each within a folder named for the specie
125
  - `scalebar`: Pixel coordinates of the ruler/scalebar in the image.
126
  - `scale_dist_pix`: Integer. The length in pixels of the scalebar.
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
  - `lyingstraight`: Whether or not the beetle is "straight" in the image (`Yes` or `No`). Further guidance on this term's meaning would be helpful.
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 (the red line in the reference image denotes the pixel count for 1cm).
133
- - `scientificName`: Scientific name of the specimen (`<Genus> <species>`). There are 85 different species among 36 genera.
 
134
  - `siteID`: String. Identifier for the site from which the specimens were collected. There 30 different site IDs.
135
- - `field_site_name`: Name of site from which the specimens were collected. There are 43 different field site names.
136
  - `plotID`: Identifier for the plot from which the specimens were collected (`<siteID>_<plot number>`). There are 144 different plots from which specimens were collected.
137
  - `user_name`: Name of person inputting the information? (`<first><Last>`) or just their username in the system? Only 3 of them. --looks like username
138
  - `workflow_id`: Integer identifier for the workflow used...?? There are 5.
139
  - `genus`: Genus of the individual (generated by taking the first word in the `scientificName`).
140
- - `individualID`: Unique identifier for the beetles (based on the assumed uniqueness of the `PictureID`, generated from `PictureID` (minus the `.jpg`) plus `_<individual>`.
141
  - `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.
142
 
143
 
@@ -146,11 +147,16 @@ Ex: All images are named <img_id>.png, each within a folder named for the specie
146
  - `individualID`: ID of beetle in the individual image (matches `individualID` in `BeetleMeasurements.csv`). This is a unique identifier for this CSV.
147
  - `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`.)
148
  - `scientificName`: Scientific name of the specimen (`<Genus> <species>`). There are 85 different species among 36 genera.
149
- - `elytraLength`: Length of the elytra in centimeters.
150
- - `elytraWidth`: Width of the elytra in centimeters.
151
  - `file_name`: Relative path to image from the root of the directory (`<individual_images>/<individualID>.jpg`); allows for image to be displayed in the dataset viewer alongside its associated metadata.
152
 
153
 
 
 
 
 
 
154
  ### Data Splits
155
  [More Information Needed]
156
  <!--
@@ -170,7 +176,10 @@ This dataset was curated for use at [BeetlePalooza 2024](https://github.com/Imag
170
 
171
  <!-- This section describes the source data (e.g., news text and headlines, social media posts, translated sentences, ...). As well as an original source it was created from (e.g., sampling from Zenodo records, compiling images from different aggregators, etc.) -->
172
 
173
- The specimens come from [NEON sites](https://www.neonscience.org/), as indicated in the `BeetleMeasurements` CSV.
 
 
 
174
 
175
  #### Data Collection and Processing
176
  [More Information Needed]
@@ -192,7 +201,7 @@ If the dataset contains annotations which are not part of the initial data colle
192
 
193
  Ex: We standardized the taxonomic labels provided by the various data sources to conform to a uniform 7-rank Linnean structure. (Then, under annotation process, describe how this was done: Our sources used different names for the same kingdom (both _Animalia_ and _Metazoa_), so we chose one for all (_Animalia_). -->
194
 
195
- Annotations were completed by 3 individuals (indicated by their NEON system usernames in the `BeetleMeasurements` CSV).
196
 
197
  #### Annotation process
198
  [More Information Needed]
 
93
  ```
94
  /dataset/
95
  group_images/
96
+ <pictureID 1>.jpg
97
+ <pictureID 2>.jpg
98
  ...
99
+ <pictureID 577>.pg
100
  individual_images/
101
+ <individualID 1>.jpg
102
+ <individualID 2>.jpg
103
  ...
104
+ <individualID n>.jpg
105
  BeetleMeasurements.csv
106
  individual_metadata.csv
107
  ```
 
125
  - `scalebar`: Pixel coordinates of the ruler/scalebar in the image.
126
  - `scale_dist_pix`: Integer. The length in pixels of the scalebar.
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
  - `lyingstraight`: Whether or not the beetle is "straight" in the image (`Yes` or `No`). Further guidance on this term's meaning would be helpful.
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 (the red line in the reference image denotes the pixel count for 1cm).
133
+ - `scientificName`: Scientific name of the specimen (`<Genus> <species>`). There are 85 different species among 36 genera. The 17 individuals in `PictureID` `MOAB_001.S.20180724.jpg` are missing the scientific name label.
134
+ - `NEON_sampleID_ `: NEON identifier for the sample (576 unique IDs), prefixed by the `plotID`.
135
  - `siteID`: String. Identifier for the site from which the specimens were collected. There 30 different site IDs.
136
+ - `field_site_name`: Name of 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.
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`: Name of person inputting the information? (`<first><Last>`) or just their username in the system? Only 3 of them. --looks like username
139
  - `workflow_id`: Integer identifier for the workflow used...?? There are 5.
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
 
 
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`.)
149
  - `scientificName`: Scientific name of the specimen (`<Genus> <species>`). There are 85 different species among 36 genera.
150
+ - `elytraLength`: Length of the elytra in centimeters. Indicated by the green line in the image below.
151
+ - `elytraWidth`: Width of the elytra in centimeters. Indicated by the purple line in the image below.
152
  - `file_name`: Relative path to image from the root of the directory (`<individual_images>/<individualID>.jpg`); allows for image to be displayed in the dataset viewer alongside its associated metadata.
153
 
154
 
155
+ |![Figure 1](https://huggingface.co/datasets/imageomics/BeetlePalooza/resolve/main/beetles.png)|
156
+ |:--|
157
+ |**Figure #.** Sample image of beetles with green and purple lines to indicate the measurement used for the elytra length and width, respectively.|
158
+
159
+
160
  ### Data Splits
161
  [More Information Needed]
162
  <!--
 
176
 
177
  <!-- This section describes the source data (e.g., news text and headlines, social media posts, translated sentences, ...). As well as an original source it was created from (e.g., sampling from Zenodo records, compiling images from different aggregators, etc.) -->
178
 
179
+ The specimens come from [NEON sites](https://www.neonscience.org/), as indicated in the `BeetleMeasurements` CSV. They were identified by domain scientists (beetle experts) based on physical examination. Each sample consists of a single species. For more information about general NEON data, please see their [Ground beetles sampled from pitfall traps page](https://data.neonscience.org/data-products/DP1.10022.001).
180
+
181
+ Isa Fluck photographed the beetles in each sample in 2022, using `<fill in camera info>`.
182
+
183
 
184
  #### Data Collection and Processing
185
  [More Information Needed]
 
201
 
202
  Ex: We standardized the taxonomic labels provided by the various data sources to conform to a uniform 7-rank Linnean structure. (Then, under annotation process, describe how this was done: Our sources used different names for the same kingdom (both _Animalia_ and _Metazoa_), so we chose one for all (_Animalia_). -->
203
 
204
+ Annotations (elytra length and width) were completed in Zooniverse by Isa Fluck and two summer REU students (Riley Wolcheski and Isha Chinniah); annotator is indicated by their NEON system usernames in the `BeetleMeasurements` CSV. The annotations were repeated for a subset of the images to measure observation error introduced in the annotation process. Taxonomic labels were provided by NEON with the samples.
205
 
206
  #### Annotation process
207
  [More Information Needed]
beetles.png ADDED

Git LFS Details

  • SHA256: cdfbf199a4a4da079ab39f3e0be22d6a702b1a4573d67f50c87980cf40400154
  • Pointer size: 131 Bytes
  • Size of remote file: 904 kB