Datasets:
uploaded manually cropped individual specimen images
Browse files- README.md +10 -0
- individual_specimens.csv +0 -0
README.md
CHANGED
|
@@ -183,6 +183,16 @@ Segmentation was completed by adapting the elytra length and width annotations t
|
|
| 183 |
- See notebooks in the [Beetle Processing Repository](https://github.com/Imageomics/2018-NEON-beetles-processing) for more information and analyses of these values, addition and renaming of the above columns from the [original measurement CSV](https://huggingface.co/datasets/imageomics/2018-NEON-beetles/blob/bbefad05d50ed55da82e99bd330afe12a5fd1d97/BeetleMeasurements.csv), and the creation of the individual metadata CSV.
|
| 184 |
- `beetle_images_resized/metadata.csv` has `pictureID`, `scientificName`, `genus`, `species`, `NEON_sampleID`, `siteID`, and `file_name` columns to display the resized images in the dataset viewer with some group image-level information. It will match up to information from `BeetleMeasurments.csv` on `pictureID`, though this is _not_ a unique alignment since it's not a unique ID for `BeetleMeasurements.csv`, but is for the resize.
|
| 185 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 186 |
**Separate_segmented_train_test_splits_80_20/metadata.csv**: metadata file for the segmented individuals in the `Separate_segmented_train_test_splits_80_20` folder.
|
| 187 |
- `filename`: name of image file (`beetle_<number code>.png`).
|
| 188 |
- `md5`: MD5 hash of the image (unique identifier).
|
|
|
|
| 183 |
- See notebooks in the [Beetle Processing Repository](https://github.com/Imageomics/2018-NEON-beetles-processing) for more information and analyses of these values, addition and renaming of the above columns from the [original measurement CSV](https://huggingface.co/datasets/imageomics/2018-NEON-beetles/blob/bbefad05d50ed55da82e99bd330afe12a5fd1d97/BeetleMeasurements.csv), and the creation of the individual metadata CSV.
|
| 184 |
- `beetle_images_resized/metadata.csv` has `pictureID`, `scientificName`, `genus`, `species`, `NEON_sampleID`, `siteID`, and `file_name` columns to display the resized images in the dataset viewer with some group image-level information. It will match up to information from `BeetleMeasurments.csv` on `pictureID`, though this is _not_ a unique alignment since it's not a unique ID for `BeetleMeasurements.csv`, but is for the resize.
|
| 185 |
|
| 186 |
+
|
| 187 |
+
**individual_specimen.csv**: This CSV was created for individually cropped images.
|
| 188 |
+
- `individualImageFilePath`: Relative path to individual image from the root of the directory (`individual_specimens/part_<part_number>/<individualID>_specimen_<number>.png`)
|
| 189 |
+
- `groupImageFilePath`: Relative path to group image from the root of the directory (`group_images/<individualID>.jpg`)
|
| 190 |
+
- `NEON_sampleID`: NEON identifier for the sample (576 unique IDs), prefixed by the `plotID`. (Matches `NEON_sampleID` in `BeetleMeasurements.csv`.)
|
| 191 |
+
- `scientificName`: Binomial scientific name of the specimen.
|
| 192 |
+
- `siteID`: String. Identifier for the site from which the specimens were collected. There 30 different site IDs. For more information on the sites, visit: https://www.neonscience.org/field-sites/explore-field-sites.
|
| 193 |
+
- `site_name`: Name of field site from which the specimens were collected. There are 43 different field site names. -- These lack consistency (sometimes "NEON" or "Site" was used in the name causing duplicates), and will be updated using the site codes.
|
| 194 |
+
- `plotID`: Identifier for the plot from which the specimens were collected (`<siteID>_<plot number>`). Each site has multiple plots; there are 144 total plots from which specimens were collected.
|
| 195 |
+
|
| 196 |
**Separate_segmented_train_test_splits_80_20/metadata.csv**: metadata file for the segmented individuals in the `Separate_segmented_train_test_splits_80_20` folder.
|
| 197 |
- `filename`: name of image file (`beetle_<number code>.png`).
|
| 198 |
- `md5`: MD5 hash of the image (unique identifier).
|
individual_specimens.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|