Datasets:
Individual beetle images (#25)
Browse files- Upload folder using huggingface_hub (1d7a9d395697998d3f789b44e357278398fc2327)
- uploaded manually cropped individual specimen images (100759b7235eaf35a658f0a1f65e6df432a6aca6)
- updated README from individualID to pictureID (77d8b72e8f8021d8e197ddbe6c4d1121e804f13f)
- added individual_specimens to to the config of README (eb7cb4ae5614f92f6ac45e2bdac9fd99262aedef)
Co-authored-by: Mridul Khurana <[email protected]>
This view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +15 -0
- individual_specimens.csv +0 -0
- individual_specimens/part_000/A00000001831_specimen_1.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_10.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_11.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_12.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_13.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_14.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_15.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_16.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_17.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_18.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_19.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_2.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_20.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_21.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_22.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_23.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_24.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_25.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_26.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_27.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_28.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_29.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_3.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_30.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_31.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_32.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_33.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_34.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_4.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_5.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_6.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_7.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_8.png +3 -0
- individual_specimens/part_000/A00000001831_specimen_9.png +3 -0
- individual_specimens/part_000/A00000003356_specimen_1.png +3 -0
- individual_specimens/part_000/A00000008914_specimen_1.png +3 -0
- individual_specimens/part_000/A00000008914_specimen_10.png +3 -0
- individual_specimens/part_000/A00000008914_specimen_11.png +3 -0
- individual_specimens/part_000/A00000008914_specimen_12.png +3 -0
- individual_specimens/part_000/A00000008914_specimen_13.png +3 -0
- individual_specimens/part_000/A00000008914_specimen_14.png +3 -0
- individual_specimens/part_000/A00000008914_specimen_15.png +3 -0
- individual_specimens/part_000/A00000008914_specimen_16.png +3 -0
- individual_specimens/part_000/A00000008914_specimen_17.png +3 -0
- individual_specimens/part_000/A00000008914_specimen_18.png +3 -0
- individual_specimens/part_000/A00000008914_specimen_19.png +3 -0
- individual_specimens/part_000/A00000008914_specimen_2.png +3 -0
- individual_specimens/part_000/A00000008914_specimen_3.png +3 -0
README.md
CHANGED
@@ -32,6 +32,11 @@ configs:
|
|
32 |
data_files:
|
33 |
- "beetle_images_resized/metadata.csv"
|
34 |
- "beetle_images_resized/*.jpg"
|
|
|
|
|
|
|
|
|
|
|
35 |
- config_name: "separate segmented splits"
|
36 |
data_files:
|
37 |
- "Separate_segmented_train_test_splits_80_20/*/*/*.jpg"
|
@@ -183,6 +188,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).
|
|
|
32 |
data_files:
|
33 |
- "beetle_images_resized/metadata.csv"
|
34 |
- "beetle_images_resized/*.jpg"
|
35 |
+
- config_name: individual_specimens
|
36 |
+
data_files:
|
37 |
+
- "individual_specimens.csv"
|
38 |
+
- "individual_specimens/part_000/*.png"
|
39 |
+
- "individual_specimens/part_001/*.png"
|
40 |
- config_name: "separate segmented splits"
|
41 |
data_files:
|
42 |
- "Separate_segmented_train_test_splits_80_20/*/*/*.jpg"
|
|
|
188 |
- 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.
|
189 |
- `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.
|
190 |
|
191 |
+
|
192 |
+
**individual_specimen.csv**: This CSV was created for individually cropped images.
|
193 |
+
- `individualImageFilePath`: Relative path to individual image from the root of the directory (`individual_specimens/part_<part_number>/<pictureID>_specimen_<number>.png`). The `number` corresponds to the position of the beetle specimen within the group image, numbered from left to right and top to bottom.
|
194 |
+
- `groupImageFilePath`: Relative path to group image from the root of the directory (`group_images/<pictureID>.jpg`)
|
195 |
+
- `NEON_sampleID`: NEON identifier for the sample (576 unique IDs), prefixed by the `plotID`. (Matches `NEON_sampleID` in `BeetleMeasurements.csv`.)
|
196 |
+
- `scientificName`: Binomial scientific name of the specimen.
|
197 |
+
- `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.
|
198 |
+
- `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.
|
199 |
+
- `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.
|
200 |
+
|
201 |
**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.
|
202 |
- `filename`: name of image file (`beetle_<number code>.png`).
|
203 |
- `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
|
|
individual_specimens/part_000/A00000001831_specimen_1.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_10.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_11.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_12.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_13.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_14.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_15.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_16.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_17.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_18.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_19.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_2.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_20.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_21.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_22.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_23.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_24.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_25.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_26.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_27.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_28.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_29.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_3.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_30.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_31.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_32.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_33.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_34.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_4.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_5.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_6.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_7.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_8.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000001831_specimen_9.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000003356_specimen_1.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000008914_specimen_1.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000008914_specimen_10.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000008914_specimen_11.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000008914_specimen_12.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000008914_specimen_13.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000008914_specimen_14.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000008914_specimen_15.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000008914_specimen_16.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000008914_specimen_17.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000008914_specimen_18.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000008914_specimen_19.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000008914_specimen_2.png
ADDED
![]() |
Git LFS Details
|
individual_specimens/part_000/A00000008914_specimen_3.png
ADDED
![]() |
Git LFS Details
|