egrace479 commited on
Commit
0748bf9
·
verified ·
1 Parent(s): ee3b37e

Reorder metadata file columns for individuals so image is prominent

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -178,14 +178,14 @@ Segmentation was completed by adapting the elytra length and width annotations t
178
 
179
 
180
  **individual_specimen/metadata.csv**: This CSV was created for individually cropped images.
181
- - `individualImageFilePath`: Relative path to individual image from the _root of the repository_ (`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.
182
- - `groupImageFilePath`: Relative path to group image from the _root of the repository_ (`group_images/<pictureID>.jpg`)
183
  - `NEON_sampleID`: NEON identifier for the sample (576 unique IDs), prefixed by the `plotID`. (Matches `NEON_sampleID` in `BeetleMeasurements.csv`.)
184
  - `scientificName`: Binomial scientific name of the specimen.
185
  - `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.
186
  - `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.
187
  - `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.
188
- - `file_name`: Relative path _from metadata file location_ to images for dataset viewer functionality (`part_<part_number>/<pictureID>_specimen_<number>.png`).
 
189
 
190
  **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.
191
  - `filename`: name of image file (`beetle_<number code>.png`).
 
178
 
179
 
180
  **individual_specimen/metadata.csv**: This CSV was created for individually cropped images.
181
+ - `file_name`: Relative path _from metadata file location_ to images for dataset viewer functionality (`part_<part_number>/<pictureID>_specimen_<number>.png`); displays the image in the viewer.
 
182
  - `NEON_sampleID`: NEON identifier for the sample (576 unique IDs), prefixed by the `plotID`. (Matches `NEON_sampleID` in `BeetleMeasurements.csv`.)
183
  - `scientificName`: Binomial scientific name of the specimen.
184
  - `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.
185
  - `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.
186
  - `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.
187
+ - `individualImageFilePath`: Relative path to individual image from the _root of the repository_ (`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.
188
+ - `groupImageFilePath`: Relative path to group image from the _root of the repository_ (`group_images/<pictureID>.jpg`)
189
 
190
  **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.
191
  - `filename`: name of image file (`beetle_<number code>.png`).