egrace479 commited on
Commit
7695e3e
·
1 Parent(s): 047a466

Update file structure documentation

Browse files
Files changed (1) hide show
  1. README.md +9 -2
README.md CHANGED
@@ -98,11 +98,19 @@ The `individual_images` directory contains images of each individual segmented f
98
  <pictureID 2>.jpg
99
  ...
100
  <pictureID 577>.jpg
 
 
 
 
 
 
 
101
  beetle_images_resized/
102
  <pictureID 1>.jpg
103
  <pictureID 2>.jpg
104
  ...
105
  <pictureID 577>.jpg
 
106
  Separate_segmented_train_test_splits_80_20
107
  test/
108
  <species 1>/
@@ -120,7 +128,6 @@ The `individual_images` directory contains images of each individual segmented f
120
  <pictureID 2>.jpg
121
  ...
122
  BeetleMeasurements.csv
123
- BeetleMeasurements_resized.csv
124
  individual_metadata.csv
125
  ```
126
 
@@ -174,7 +181,7 @@ Segmentation was completed by adapting the elytra length and width annotations t
174
  - The `NEON_sampleID` RMNP_014.20180709.CALADV.01 is repeated because there were too many individuals in the sample to organize them all in one picture. Thus, the individuals from this sample are split between two pictures: `A00000051555_1` and `A00000051555_2`.
175
  - The `NEON_sampleID` MOAB_001.S.20180724 was provided without scientific name identification. This sample is _Cicindela punctulata punctulata_ (confirmed in NEON biorepository records by Laura Nagel).
176
  - 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.
177
- - `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.
178
 
179
  **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.
180
  - `filename`: name of image file (`beetle_<number code>.png`).
 
98
  <pictureID 2>.jpg
99
  ...
100
  <pictureID 577>.jpg
101
+ metadata.csv
102
+ group_images_masks/
103
+ <pictureID 1>_masks.jpg
104
+ <pictureID 2>_masks.jpg
105
+ ...
106
+ <pictureID 577>_masks.jpg
107
+ metadata.csv
108
  beetle_images_resized/
109
  <pictureID 1>.jpg
110
  <pictureID 2>.jpg
111
  ...
112
  <pictureID 577>.jpg
113
+ metadata.csv
114
  Separate_segmented_train_test_splits_80_20
115
  test/
116
  <species 1>/
 
128
  <pictureID 2>.jpg
129
  ...
130
  BeetleMeasurements.csv
 
131
  individual_metadata.csv
132
  ```
133
 
 
181
  - The `NEON_sampleID` RMNP_014.20180709.CALADV.01 is repeated because there were too many individuals in the sample to organize them all in one picture. Thus, the individuals from this sample are split between two pictures: `A00000051555_1` and `A00000051555_2`.
182
  - The `NEON_sampleID` MOAB_001.S.20180724 was provided without scientific name identification. This sample is _Cicindela punctulata punctulata_ (confirmed in NEON biorepository records by Laura Nagel).
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`).