Datasets:
Add description of segmented individuals image subset
Browse files
README.md
CHANGED
|
@@ -91,6 +91,22 @@ The `individual_images` directory contains images of each individual segmented f
|
|
| 91 |
<individualID 2>.jpg
|
| 92 |
...
|
| 93 |
<individualID 11459>.jpg
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 94 |
BeetleMeasurements.csv
|
| 95 |
BeetleMeasurements_resized.csv
|
| 96 |
individual_metadata.csv
|
|
@@ -145,6 +161,13 @@ Segmentation was completed by adapting the elytra length and width annotations t
|
|
| 145 |
- 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.
|
| 146 |
- `BeetleMeasurements_resized.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.
|
| 147 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 148 |
|
| 149 |
**individual_metadata.csv**:
|
| 150 |
- `individualID`: ID of beetle in the individual image (`<measureID_length>_<measureID_width>`). This is a unique identifier for this CSV.
|
|
@@ -166,7 +189,7 @@ Segmentation was completed by adapting the elytra length and width annotations t
|
|
| 166 |
|
| 167 |
|
| 168 |
### Data Splits
|
| 169 |
-
This dataset
|
| 170 |
|
| 171 |
## Dataset Creation
|
| 172 |
|
|
|
|
| 91 |
<individualID 2>.jpg
|
| 92 |
...
|
| 93 |
<individualID 11459>.jpg
|
| 94 |
+
Separate_segmented_train_test_splits_80_20
|
| 95 |
+
test/
|
| 96 |
+
<species 1>/
|
| 97 |
+
<species 2>/
|
| 98 |
+
...
|
| 99 |
+
<species 12>/
|
| 100 |
+
train/
|
| 101 |
+
<species 1>/
|
| 102 |
+
<species 2>/
|
| 103 |
+
...
|
| 104 |
+
<species 12>/
|
| 105 |
+
metadata.csv
|
| 106 |
+
separate_segmented_beetle_images/
|
| 107 |
+
<pictureID 1>.jpg
|
| 108 |
+
<pictureID 2>.jpg
|
| 109 |
+
...
|
| 110 |
BeetleMeasurements.csv
|
| 111 |
BeetleMeasurements_resized.csv
|
| 112 |
individual_metadata.csv
|
|
|
|
| 161 |
- 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.
|
| 162 |
- `BeetleMeasurements_resized.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.
|
| 163 |
|
| 164 |
+
**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.
|
| 165 |
+
- `filename`: name of image file (`beetle_<number code>.png`).
|
| 166 |
+
- `md5`: MD5 hash of the image (unique identifier).
|
| 167 |
+
- `species`: species epithet of the beetle in the image.
|
| 168 |
+
- `split`: `train` or `test`, 80\% of the images are in the training set.
|
| 169 |
+
- `file_name`: path to the image from the `Separate_segmented_train_test_splits_80_20` folder to display in the dataset viewer.
|
| 170 |
+
- `subset`: label given to this subset of the full image dataset (as selected in the viewer).
|
| 171 |
|
| 172 |
**individual_metadata.csv**:
|
| 173 |
- `individualID`: ID of beetle in the individual image (`<measureID_length>_<measureID_width>`). This is a unique identifier for this CSV.
|
|
|
|
| 189 |
|
| 190 |
|
| 191 |
### Data Splits
|
| 192 |
+
This dataset has a subset of the group images segmented to individuals and divided into an 80-20 train-test split in `Separate_segmented_train_test_splits_80_20/`.
|
| 193 |
|
| 194 |
## Dataset Creation
|
| 195 |
|