egrace479 C-G-L commited on
Commit
44a63d1
·
1 Parent(s): 254e0fb

Added information on Accuity and transformation (#8)

Browse files

- Added information on Accuity and transformation (d783572bb5d35627a13e3b43217f69abf2bab152)
- Merge and edit AcuityView updates. (d4ea118cc6011c3dd6c53c91cb704190d1ef9c64)
- Make inline citations more consistent. (75705f8578600f5e4db95402a7355a0f363be78a)


Co-authored-by: Christopher Lawrence <C-G-L@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +15 -9
README.md CHANGED
@@ -16,18 +16,24 @@ tags:
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.
@@ -136,7 +142,7 @@ English
136
  * `addit_taxa_info`: additional taxonomic information (subspecies)
137
  * `type_stat`: indicates "classical" or "example" specimen of species or subspecies ('ST', 'PT', or 'HT', indicating syntypes, paratypes, or holotypes, respectively). This field is mostly null.
138
  * `hybrid_stat`: hybrid status ('valid subspecies', 'subspecies synonym' or 'unknown' (only 1))
139
- * `in_reduced`: whether or not the specimen was used in the second analysis by Cuthill et al. (1 or 0 to indicate yes or no, respectively). This was an effort to remove potential hybrids from their analysis; it does not always match our indication of hybrid status.
140
  * `locality`: where specimen was collected
141
  * `lat`: latitude where specimen was collected
142
  * `lon`: longitude where specimen was collected
@@ -175,15 +181,15 @@ Processing steps included:
175
  ### Curation Rationale
176
 
177
  This dataset was curated for training a model to classify different species of Heliconius Butterflies and to take into account mimicry between species and acuity of the observer (bird, butterfly, or human/other).
178
- The original data (Cuthill et al. 2019) had misclassified species/subspecies and some locality/ collection sites were outside the known range of the butterflies.
179
  It also contained hybrid and aberrant samples, that had the potential to muddle classification results.
180
  To prevent this, the data was further refined by several Heliconius experts to remove hybrid and aberrant samples.
181
- Lastly, bird and butterfly acuities were added to provide another level of analysis.
182
 
183
 
184
  ### Source Data
185
 
186
- Cuthill et al. [doi:10.5061/dryad.2hp1978](https://doi.org/10.5061/dryad.2hp1978).
187
 
188
  #### Initial Data Collection and Normalization
189
 
 
16
  - imbalanced
17
  - mimicry
18
  - cv
19
+ pretty_name: Curated Gold Standard Hoyal Cuthill Dataset
20
  size_categories:
21
  - n<1K
22
  ---
23
+ # Dataset Card for Curated Gold Standard Hoyal Cuthill Dataset
24
 
25
  ## Dataset Description
26
+
27
  Dorsal full body images of subspecies of _Heliconius erato_ and _Heliconius melpomene_ (18 subspecies total).
28
+ There are 960 images with 320 specimens (3 images of each specimen: Original/ Bird transformed/ Butterfly transformed)
29
+ The original images are low-resolution RGB photographs (photographs were "cropped and resized to a height of 64 pixels (maintaining the original image aspect ratio and padded to 140 pixels wide)"(Hoyal Cuthill et al., 2019)).
30
+ These low-resolution images were then transformed using [AcuityView](https://cran.r-project.org/web/packages/AcuityView/index.html) with estimates of acuity from [AcuityView 2.0](http://www.empiricalimaging.com/knowledge-base/acuityview/) and [(Land, 1997)](https://www.annualreviews.org/doi/10.1146/annurev.ento.42.1.147).
31
+ Users should know that since (Land, 1997), more recent estimates of insect visual acuity have been created.
32
+
33
+ This data represents a subset of images processed from Hoyal Cuthill et al. dataset available at [doi:10.5061/dryad.2hp1978](https://doi.org/10.5061/dryad.2hp1978). Their original dataset also includes ventral images.
34
+
35
 
36
+ **Note:** `dorsal_images_cuthill` contains processed dorsal images from the original Hoyal Cuthill dataset (all 1,234 specimens).
37
 
38
  - **Homepage:**
39
  - **Repository:** [Butterfly-mimicry](https://github.com/Imageomics/Butterfly-mimicry) contains research done using this dataset.
 
142
  * `addit_taxa_info`: additional taxonomic information (subspecies)
143
  * `type_stat`: indicates "classical" or "example" specimen of species or subspecies ('ST', 'PT', or 'HT', indicating syntypes, paratypes, or holotypes, respectively). This field is mostly null.
144
  * `hybrid_stat`: hybrid status ('valid subspecies', 'subspecies synonym' or 'unknown' (only 1))
145
+ * `in_reduced`: whether or not the specimen was used in the second analysis by Hoyal Cuthill et al. (1 or 0 to indicate yes or no, respectively). This was an effort to remove potential hybrids from their analysis; it does not always match our indication of hybrid status.
146
  * `locality`: where specimen was collected
147
  * `lat`: latitude where specimen was collected
148
  * `lon`: longitude where specimen was collected
 
181
  ### Curation Rationale
182
 
183
  This dataset was curated for training a model to classify different species of Heliconius Butterflies and to take into account mimicry between species and acuity of the observer (bird, butterfly, or human/other).
184
+ The original data (Hoyal Cuthill et al. 2019) had misclassified species/subspecies and some locality/ collection sites were outside the known range of the butterflies.
185
  It also contained hybrid and aberrant samples, that had the potential to muddle classification results.
186
  To prevent this, the data was further refined by several Heliconius experts to remove hybrid and aberrant samples.
187
+ Lastly, bird and butterfly acuities were added to provide another level of analysis using [AcuityView](https://cran.r-project.org/web/packages/AcuityView/index.html) and estimates of observer acuity.
188
 
189
 
190
  ### Source Data
191
 
192
+ Hoyal Cuthill et al. [doi:10.5061/dryad.2hp1978](https://doi.org/10.5061/dryad.2hp1978).
193
 
194
  #### Initial Data Collection and Normalization
195
 
Free AI Image Generator No sign-up. Instant results. Open Now