refactored the trait_metadata to train_annotations and changed the individualID format
Browse files- README.md +4 -4
- images_metadata.csv +0 -0
- trait_annotations.csv +0 -0
- traits_metadata.csv +0 -0
README.md
CHANGED
@@ -64,7 +64,7 @@ Observatory Network (NEON).
|
|
64 |
...
|
65 |
|
66 |
images_metadata.csv
|
67 |
-
|
68 |
|
69 |
README.md
|
70 |
```
|
@@ -85,10 +85,10 @@ README.md
|
|
85 |
|
86 |
<br>
|
87 |
|
88 |
-
**
|
89 |
-
- `
|
90 |
- `BeetlePosition`: Ordinal position of the individual beetle specimen within the group image (dorsal view). Specimens are numbered sequentially from top to bottom: topmost specimen = 1, subsequent specimens = 2, 3, 4, etc.
|
91 |
-
- `
|
92 |
- `coords_scalebar`: X and Y coordinate pairs defining the endpoints of the 1 cm reference scalebar, positioned in the upper or upper-left portion of each image.
|
93 |
- `coords_elytra_max_length`: X and Y coordinate pairs defining the endpoints of the maximum elytral length measurement. Measured from the midpoint of the elytro-pronotal suture (junction between pronotum and elytra) to the midpoint of the elytral apex (posterior terminus of the elytra).
|
94 |
- `coords_basal_pronotum_width`: X and Y coordinate pairs defining the endpoints of the basal pronotal width measurement at the elytro-pronotal junction.
|
|
|
64 |
...
|
65 |
|
66 |
images_metadata.csv
|
67 |
+
trait_annotations.csv
|
68 |
|
69 |
README.md
|
70 |
```
|
|
|
85 |
|
86 |
<br>
|
87 |
|
88 |
+
**trait_annotations.csv**:
|
89 |
+
- `groupImageFilePath`: File path to grouped beetle specimen images. Format: `group_images/IMG_<id>.png`, where `IMG_<id>` corresponds to the unique image identifier assigned by the camera system.
|
90 |
- `BeetlePosition`: Ordinal position of the individual beetle specimen within the group image (dorsal view). Specimens are numbered sequentially from top to bottom: topmost specimen = 1, subsequent specimens = 2, 3, 4, etc.
|
91 |
+
- `individualID`: Unique identifier for each individual beetle specimen, derived from the combination of `ImageFilePath` and `BeetlePosition` values.
|
92 |
- `coords_scalebar`: X and Y coordinate pairs defining the endpoints of the 1 cm reference scalebar, positioned in the upper or upper-left portion of each image.
|
93 |
- `coords_elytra_max_length`: X and Y coordinate pairs defining the endpoints of the maximum elytral length measurement. Measured from the midpoint of the elytro-pronotal suture (junction between pronotum and elytra) to the midpoint of the elytral apex (posterior terminus of the elytra).
|
94 |
- `coords_basal_pronotum_width`: X and Y coordinate pairs defining the endpoints of the basal pronotal width measurement at the elytro-pronotal junction.
|
images_metadata.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
trait_annotations.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
traits_metadata.csv
DELETED
The diff for this file is too large to render.
See raw diff
|
|