egrace479 commited on
Commit
e7e66f8
1 Parent(s): 8ea73f5

Update README.md (#1)

Browse files

- Update README.md (e35e84cd937e0261160fe82a4007c5f6aab0342f)
- update readme (da678812d9679160738abb7f5b38b499cfc35df3)
- updated README with more distribution and structure information (bb2c9281bcbe0c7154841f867466df33a15dc3c0)
- updated README formatting (66dc94d1fb3279b5071d72393558f0f292cdae28)
- updated README formatting and add links (d13201782c850b8ec489c4ea80b8e62d9e30612e)

Files changed (1) hide show
  1. README.md +246 -0
README.md CHANGED
@@ -1,3 +1,249 @@
1
  ---
2
  license: cc0-1.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc0-1.0
3
+ task_categories:
4
+ - image-classification
5
+ tags:
6
+ - butterfly
7
+ - heliconius erato
8
+ - heliconius melpomene
9
+ - full body
10
+ - dorsal
11
+ - RGB
12
+ - bird view
13
+ - butterfly view
14
+ - bird acuity
15
+ - butterfly acuity
16
+ - imbalanced
17
+ - mimicry
18
+ - cv
19
+ pretty_name: Curated Gold Standard Cuthill Dataset
20
+ size_categories:
21
+ - n<1K
22
  ---
23
+ # Dataset Card for Curated Gold Standard Cuthill Dataset
24
+
25
+ ## Dataset Description
26
+ Dorsal full body images of subspecies of Heliconius Erato and Heliconius Melpomene (18 subspecies total).
27
+ 960 images with 320 specimens, each photographed in RGB with bird and butterfly acuity included (3 images of each specimen).
28
+ Subset of images processed from Cuthill, et. al. dataset available at [doi:10.5061/dryad.2hp1978](https://doi.org/10.5061/dryad.2hp1978).
29
+
30
+ **Note:** `dorsal_images_cuthill` contains processed dorsal images from the original Cuthill dataset (all 1,234 specimens).
31
+
32
+ - **Homepage:**
33
+ - **Repository:** [Butterfly-mimicry](https://github.com/Imageomics/Butterfly-mimicry) contains research done using this dataset.
34
+ - **Paper:**
35
+ - **Leaderboard:**
36
+ - **Point of Contact:**
37
+
38
+ ### Dataset Summary
39
+
40
+ <!---
41
+ This dataset card aims to be a base template for new datasets. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/datasetcard_template.md?plain=1).
42
+ --->
43
+
44
+ ### Supported Tasks and Leaderboards
45
+
46
+ [More Information Needed]
47
+
48
+ ### Languages
49
+
50
+ [More Information Needed]
51
+
52
+ ## Dataset Structure
53
+
54
+ ```
55
+ |-- dorsal_images_cuthill
56
+ | |
57
+ | |-- 10427965_D_lowres.tif
58
+ | |
59
+ | |-- 10427966_D_lowres.tif
60
+ | |
61
+ | | ...
62
+ |
63
+ |-- Acuities
64
+ | |
65
+ | |-- train_bird
66
+ | | |
67
+ | | |-- erato_cyrbia
68
+ | | |
69
+ | | |-- erato_etylus
70
+ | | |
71
+ | | | ...
72
+ | |
73
+ | |-- test_bird
74
+ | | |
75
+ | | |-- erato_cyrbia
76
+ | | |
77
+ | | |-- erato_etylus
78
+ | | |
79
+ | | | ...
80
+ | |
81
+ | |-- train_butterfly
82
+ | | |
83
+ | | |-- erato_cyrbia
84
+ | | |
85
+ | | |-- erato_etylus
86
+ | | |
87
+ | | | ...
88
+ | |
89
+ | |-- test_butterfly
90
+ | |
91
+ | |-- erato_cyrbia
92
+ | |
93
+ | |-- erato_etylus
94
+ | |
95
+ | | ...
96
+ |
97
+ |-- train
98
+ | |
99
+ | |-- erato_cyrbia
100
+ | |
101
+ | |-- erato_etylus
102
+ | |
103
+ | | ...
104
+ |
105
+ |-- test
106
+ |
107
+ |-- erato_cyrbia
108
+ |
109
+ |-- erato_etylus
110
+ |
111
+ | ...
112
+ ```
113
+
114
+ ### Data Instances
115
+
116
+ * Type: PNG
117
+ * Size: 128px x 128px
118
+ * Background: [210, 210, 210] (gray)
119
+ * Fit in frame: Most padding is above and below the image, some on the left and right.
120
+ * Ruler or Scale: None
121
+ * Color (ColorChecker, white-balance, None): None
122
+
123
+
124
+ ### Data Fields
125
+
126
+ **In [Hoyal_Cuthill_GoldStandard_metadata_cleaned.csv](https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill/edit/main/Hoyal_Cuthill_GoldStandard_metadata_cleaned.csv):**
127
+
128
+ * `NHM_Specimen`: Natural History Museum Specimen number
129
+ * `Image_filename`: filename of image of specimen
130
+ * `View`: whether ventral or dorsal view of specimen (all dorsal)
131
+ * `Species`: species of specimen (melpomene or erato)
132
+ * `Subspecies`: subspecies of the specimen
133
+ * `Sex`: sex of the specimen (male or female)
134
+ * `addit_taxa_info`: additional taxonomic information (subspecies)
135
+ * `type_stat`: [More Information Needed] 'ST', 'PT', or 'HT', but mostly null
136
+ * `hybrid_stat`: hybrid status ('valid subspecies', 'subspecies synonym' or 'unknown' (only 1))
137
+ * `in_reduced`: [More Information Needed] 0 or 1 to indicate yes or no
138
+ * `locality`: where specimen was collected
139
+ * `lat`: latitude where specimen was collected
140
+ * `lon`: longitude where specimen was collected
141
+ * `speciesdesig`: species designation, first initial of species '.' subspecies (eg., 'm. rosina')
142
+
143
+ [Train_Test_Curated_GoldStandard_Hoyal_Cuthill.csv](https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill/edit/main/Train_Test_Curated_GoldStandard_Hoyal_Cuthill.csv) has three additional columns:
144
+ * `Image_filename_png`: filename of (png) image of specimen, `dorsal_images_cuthill/` + `<Image_filename_png>` is the filepath for the processed dorsal image
145
+ * `subset`: whether this is part of the training or test set (`train` or `test`)
146
+ * `filepath`: the filepath for the train or test image
147
+
148
+ [Acuity_Curated_GoldStandard_Hoyal_Cuthill.csv](https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill/edit/main/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:
149
+ * `bird_filepath`: the filepath for the bird acuity version of the image
150
+ * `butterfly_filepath`: the filepath for the butterfly acuity version of the image
151
+
152
+
153
+ ### Data Splits
154
+
155
+ There are 250 images in each training set and 70 in each test set.
156
+
157
+ RGB training images are in `train` folder and testing are in `test`.
158
+
159
+ For bird and butterfly acuities, their respective training and test images are in the `train_bird` (`train_butterfly`) and `test_bird` (`test_butterfly`) folders.
160
+
161
+ All of these folders are further subdivided by the subspecies. Filepaths to access these images are provided in [Train_Test_Curated_GoldStandard_Hoyal_Cuthill.csv](https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill/edit/main/Train_Test_Curated_GoldStandard_Hoyal_Cuthill.csv) and [Acuity_Curated_GoldStandard_Hoyal_Cuthill.csv](https://huggingface.co/datasets/imageomics/Curated_GoldStandard_Hoyal_Cuthill/edit/main/Acuity_Curated_GoldStandard_Hoyal_Cuthill.csv), respectively.
162
+
163
+
164
+ ## Dataset Creation
165
+
166
+ Processing steps included:
167
+ 1. Hybrid Separation
168
+ 2. Label Correction
169
+ 3. Removal of subspecies with no mimic pairs
170
+ 4. Make background uniform across all images
171
+ 5. Make image square via padding
172
+
173
+ ### Curation Rationale
174
+
175
+ [More Information Needed]
176
+
177
+ The original data has some misclassified species/subspecies and some localities were outside the known range of the butterflies. Furthermore, the bird and butterfly acuities were not part of the original dataset and provide another level of analysis.
178
+
179
+ ### Source Data
180
+
181
+ Cuthill, et. al. [doi:10.5061/dryad.2hp1978](https://doi.org/10.5061/dryad.2hp1978).
182
+
183
+ #### Initial Data Collection and Normalization
184
+
185
+ [More Information Needed]
186
+
187
+ #### Who are the source language producers?
188
+
189
+ [More Information Needed]
190
+
191
+ ### Annotations
192
+
193
+ #### Annotation process
194
+
195
+ [More Information Needed]
196
+
197
+ #### Who are the annotators?
198
+
199
+ [More Information Needed]
200
+
201
+ ### Personal and Sensitive Information
202
+
203
+ None
204
+
205
+ ## Considerations for Using the Data
206
+
207
+ ### Social Impact of Dataset
208
+
209
+ [More Information Needed]
210
+
211
+ ### Discussion of Biases
212
+
213
+ [More Information Needed]
214
+
215
+ ### Other Known Limitations
216
+
217
+ * No genetic data available.
218
+
219
+ * Non-uniform distribution of subspecies (imbalanced).
220
+
221
+
222
+ ## Additional Information
223
+
224
+ ### Dataset Curators
225
+
226
+ * Krzysztof Kozak (University of California Berkeley) - ORCID: 0000-0001-8980-3173
227
+
228
+ * Christopher Lawrence (Princeton University) - ORCID: 0000-0002-3846-5968
229
+
230
+ * James Mallet (Harvard University) - ORCID: 0000-0002-3370-0367
231
+
232
+ * Owen McMillan (Smithsonian Tropical Research Institute) - ORCID: 0000-0003-2805-2745
233
+
234
+ * David Carlyn (The Ohio State University) - ORCID: 0000-0002-8323-0359
235
+
236
+ * Mohannad Elhamod (Virginia Tech) - ORCID: 0000-0002-2383-947X
237
+
238
+
239
+ ### Licensing Information
240
+
241
+ [More Information Needed]
242
+
243
+ ### Citation Information
244
+
245
+ [More Information Needed]
246
+
247
+ ### Contributions
248
+
249
+ [More Information Needed]