Datasets:
update readme
Browse files
README.md
CHANGED
@@ -59,20 +59,32 @@ Color (ColorChecker, white-balance, None): None
|
|
59 |
|
60 |
### Data Fields
|
61 |
|
62 |
-
|
63 |
-
|
64 |
-
'
|
65 |
-
'
|
66 |
-
'
|
67 |
-
'
|
68 |
-
'
|
69 |
-
'
|
70 |
-
'
|
71 |
-
'
|
72 |
-
'
|
73 |
-
'
|
74 |
-
'
|
75 |
-
'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
76 |
|
77 |
### Data Splits
|
78 |
|
@@ -138,7 +150,18 @@ Non-uniform distribution of subspecies (imbalanced).
|
|
138 |
|
139 |
### Dataset Curators
|
140 |
|
141 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
|
143 |
### Licensing Information
|
144 |
|
|
|
59 |
|
60 |
### Data Fields
|
61 |
|
62 |
+
**In Hoyal_Cuthill_GoldStandard_metadata_cleaned.csv:**
|
63 |
+
|
64 |
+
* 'NHM_Specimen': Natural History Museum Specimen number
|
65 |
+
* 'Image_filename': filename of image of specimen
|
66 |
+
* 'View': whether ventral or dorsal view of specimen (all dorsal)
|
67 |
+
* 'Species': species of specimen (melpomene or erato)
|
68 |
+
* 'Subspecies': subspecies of the specimen
|
69 |
+
* 'Sex': sex of the specimen (male or female)
|
70 |
+
* 'addit_taxa_info': additional taxonomic information (subspecies)
|
71 |
+
* 'type_stat': [More Information Needed] 'ST', 'PT', or 'HT', but mostly null
|
72 |
+
* 'hybrid_stat': hybrid status ('valid subspecies', 'subspecies synonym' or 'unknown' (only 1))
|
73 |
+
* 'in_reduced': [More Information Needed] 0 or 1 to indicate yes or no
|
74 |
+
* 'locality': [More Information Needed] location of collection or picture
|
75 |
+
* 'lat': latitude [More Information Needed] location of collection or picture
|
76 |
+
* 'lon': longitude [More Information Needed] location of collection or picture
|
77 |
+
* 'speciesdesig': species designation, first initial of species '.' subspecies (eg., 'm. rosina')
|
78 |
+
|
79 |
+
Train_Test_Curated_GoldStandard_Hoyal_Cuthill.csv has three additional columns:
|
80 |
+
* `Image_filename_png`: filename of (png) image of specimen, `dorsal_images_cuthill/` + `<Image_filename_png>` is the filepath for the processed dorsal image
|
81 |
+
* `subset`: whether this is part of the training or test set (`train` or `test`)
|
82 |
+
* `filepath`: the filepath for the train or test image
|
83 |
+
|
84 |
+
Acuity_Curated_GoldStandard_Hoyal_Cuthill.csv also has `Image_filename_png` and `subset`, but `subset` references the bird and butterfly acuity training and test sets. Additionally, it has columns:
|
85 |
+
`bird_filepath`: the filepath for the bird acuity version of the image
|
86 |
+
`butterfly_filepath`: the filepath for the butterfly acuity version of the image
|
87 |
+
|
88 |
|
89 |
### Data Splits
|
90 |
|
|
|
150 |
|
151 |
### Dataset Curators
|
152 |
|
153 |
+
Krzysztof Kozak (University of California Berkeley) - ORCID: 0000-0001-8980-3173
|
154 |
+
|
155 |
+
Christopher Lawrence (Princeton University) - ORCID: 0000-0002-3846-5968
|
156 |
+
|
157 |
+
James Mallet (Harvard University) - ORCID: 0000-0002-3370-0367
|
158 |
+
|
159 |
+
Owen McMillan (Smithsonian Tropical Research Institute) - ORCID: 0000-0003-2805-2745
|
160 |
+
|
161 |
+
David Carlyn (The Ohio State University) - ORCID: 0000-0002-8323-0359
|
162 |
+
|
163 |
+
Mohannad Elhamod (Virginia Tech) - ORCID: 0000-0002-2383-947X
|
164 |
+
|
165 |
|
166 |
### Licensing Information
|
167 |
|