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

Update README.md

Browse files

Initial data card generation

Files changed (1) hide show
  1. README.md +150 -0
README.md CHANGED
@@ -1,3 +1,153 @@
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
+ Processed from Cuthill, et. al. dataset available at [doi:10.5061/dryad.2hp1978](https://doi.org/10.5061/dryad.2hp1978).
29
+
30
+ - **Homepage:**
31
+ - **Repository:**
32
+ - **Paper:**
33
+ - **Leaderboard:**
34
+ - **Point of Contact:**
35
+
36
+ ### Dataset Summary
37
+
38
+ 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).
39
+
40
+ ### Supported Tasks and Leaderboards
41
+
42
+ [More Information Needed]
43
+
44
+ ### Languages
45
+
46
+ [More Information Needed]
47
+
48
+ ## Dataset Structure
49
+
50
+ ### Data Instances
51
+
52
+ Type: PNG
53
+ Size: 128px x 128px
54
+ Background: [210, 210, 210] (gray)
55
+ Fit in frame: Most padding is above and below the image, some on the left and right.
56
+ Ruler or Scale: None
57
+ Color (ColorChecker, white-balance, None): None
58
+
59
+
60
+ ### Data Fields
61
+
62
+ 'NHM_Specimen': Natural History Museum Specimen number
63
+ 'Image_filename': filename of image of specimen
64
+ 'View': whether ventral or dorsal view of specimen (all dorsal)
65
+ 'Species': species of specimen (melpomene or erato)
66
+ 'Subspecies': subspecies of the specimen
67
+ 'Sex': sex of the specimen (male or female)
68
+ 'addit_taxa_info': additional taxonomic information (subspecies)
69
+ 'type_stat': [More Information Needed] 'ST', 'PT', or 'HT', but mostly null
70
+ 'hybrid_stat': hybrid status ('valid subspecies', 'subspecies synonym' or 'unknown' (only 1))
71
+ 'in_reduced': [More Information Needed] 0 or 1 to indicate yes or no
72
+ 'locality': [More Information Needed] location of collection or picture
73
+ 'lat': latitude [More Information Needed] location of collection or picture
74
+ 'lon': longitude [More Information Needed] location of collection or picture
75
+ 'speciesdesig': species designation, first initial of species '.' subspecies (eg., 'm. rosina')
76
+
77
+ ### Data Splits
78
+
79
+ [More Information Needed]
80
+
81
+ ## Dataset Creation
82
+
83
+ Processing steps included:
84
+ 1. Hybrid Separation
85
+ 2. Label Correction
86
+ 3. Removal of subspecies with no mimic pairs
87
+ 4. Make background uniform across all images
88
+ 5. Make image square via padding
89
+
90
+ ### Curation Rationale
91
+
92
+ [More Information Needed]
93
+
94
+ ### Source Data
95
+
96
+ Cuthill, et. al. [doi:10.5061/dryad.2hp1978](https://doi.org/10.5061/dryad.2hp1978).
97
+
98
+ #### Initial Data Collection and Normalization
99
+
100
+ [More Information Needed]
101
+
102
+ #### Who are the source language producers?
103
+
104
+ [More Information Needed]
105
+
106
+ ### Annotations
107
+
108
+ #### Annotation process
109
+
110
+ [More Information Needed]
111
+
112
+ #### Who are the annotators?
113
+
114
+ [More Information Needed]
115
+
116
+ ### Personal and Sensitive Information
117
+
118
+ [More Information Needed]
119
+
120
+ ## Considerations for Using the Data
121
+
122
+ ### Social Impact of Dataset
123
+
124
+ [More Information Needed]
125
+
126
+ ### Discussion of Biases
127
+
128
+ [More Information Needed]
129
+
130
+ ### Other Known Limitations
131
+
132
+ No genetic data available.
133
+
134
+ Non-uniform distribution of subspecies (imbalanced).
135
+
136
+
137
+ ## Additional Information
138
+
139
+ ### Dataset Curators
140
+
141
+ [More Information Needed]
142
+
143
+ ### Licensing Information
144
+
145
+ [More Information Needed]
146
+
147
+ ### Citation Information
148
+
149
+ [More Information Needed]
150
+
151
+ ### Contributions
152
+
153
+ [More Information Needed]