ksmehrab commited on
Commit
908e0af
1 Parent(s): f128dd3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +172 -3
README.md CHANGED
@@ -1,3 +1,172 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - image-classification
4
+ - multi-label-image-classification
5
+ - semantic-segmentation
6
+ tags:
7
+ - fish
8
+ - traits
9
+ - processed
10
+ - RGB
11
+ pretty_name: Fish-Vista
12
+ size_categories:
13
+ - 10K<n<100K
14
+ language:
15
+ - en
16
+ configs:
17
+ - config_name: classification_fv_419
18
+ data_files:
19
+ - split: train
20
+ path: classification_train.csv
21
+ - split: test
22
+ path: classification_test.csv
23
+ - split: val
24
+ path: classification_val.csv
25
+ - config_name: identification_fv_682
26
+ data_files:
27
+ - split: train
28
+ path: identification_train.csv
29
+ - split: test_insp
30
+ path: identification_test_insp.csv
31
+ - split: test_lvsp
32
+ path: identification_test_lvsp.csv
33
+ - split: val
34
+ path: identification_val.csv
35
+ - config_name: segmentation_fv_1200
36
+ data_files:
37
+ - split: all
38
+ path: segmentation_data.csv
39
+ ---
40
+ # Dataset Card for Heliconius Collection (Cambridge Butterfly)
41
+
42
+ ## Dataset Description
43
+
44
+ <!--
45
+ - **Homepage:**
46
+ - **Repository:**
47
+ - **Paper:**
48
+ - **Leaderboard:**
49
+ - **Point of Contact:**
50
+ -->
51
+
52
+ ### Dataset Summary
53
+
54
+ the Fish-Visual Trait Analysis (Fish-Vista) dataset—a large, annotated collection of 60K fish images spanning 1900 different species, supporting several challenging and biologically relevant tasks including species classification, trait identification, and trait segmentation. These images have been curated through a sophisticated data processing pipeline applied to a cumulative set of images obtained from various museum collections. Fish-Vista provides fine-grained labels of various visual traits present in each image. It also offers pixel-level annotations of 9 different traits for 2427 fish images, facilitating additional trait segmentation and localization tasks.
55
+
56
+ The Fish Vista dataset consists of museum fish images from (GLIN), IDigBio, Morphbank databases. We acquired these images, along with associated metadata including the scientific species names, the taxonomical family the species belong to, and licensing information, from the FishAIR repository.
57
+
58
+
59
+ <!---
60
+ 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).
61
+ --->
62
+ <!--
63
+ ### Supported Tasks and Leaderboards
64
+
65
+ [More Information Needed] -->
66
+
67
+ ### Languages
68
+
69
+ English
70
+
71
+ ## Dataset Structure
72
+
73
+ * **classification_train.csv:** Information for the approximately x image files.
74
+
75
+ * **classification_test.csv:** Information for the approximately x image files.
76
+
77
+ * **classification_val.csv:** Information for the approximately x image files.
78
+
79
+ * **identification_train.csv:** Information for the approximately x image files.
80
+
81
+ * **identification_test_insp.csv:** Information for the approximately x image files.
82
+
83
+ * **identification_test_lvsp.csv:** Information for the approximately x image files.
84
+
85
+ * **identification_val.csv:** Information for the approximately x image files.
86
+
87
+ * **segmentation_data.csv:** Information for the approximately x image files.
88
+
89
+
90
+ **Notes:**
91
+
92
+
93
+ ### Data Instances
94
+
95
+ * **Type:** JPG
96
+ * **Size (x pixels by y pixels):** Variable
97
+ * **Background (color or none):** Uniform (White)
98
+
99
+
100
+ #### Preprocessing steps:
101
+
102
+ ### Data Fields
103
+
104
+ CSV Columns are as follows:
105
+
106
+ - `filename`: Unique filename for our processed images.
107
+ - `source_filename`: Filename of the source image. Non-unique, since one source filename can result in multiple crops in our processed dataset.
108
+ - `original_format`: Original format, all jpg/jpeg.
109
+ - `arkid`: ARKID from FishAIR for the original images. Non-unique, since one source file can result in multiple crops in our processed dataset.
110
+ - `verbatim_species`: Verbatim species label from FishAIR. This is not the name-resolved species name.
111
+ - `species`: Scientific species name from FishAIR. This is not the name-resolved species name.
112
+ - `family`: Taxonomic family
113
+ - `source`: Source museum collection. GLIN, Idigbio or Morphbank
114
+ - `owner`: Owner institution within the source collection.
115
+ - `standardized_species`: Open-tree-taxonomy-resolved species name. This is the species name that we provide for Fish-Vista
116
+ - `original_url`: URL to download the original, unprocessed image
117
+ - `license`: License information for the original image
118
+ - `adipose_fin`: Presence/absence of the adipose fin trait. 1 indicates presence and 0 indicates absence. This is used for trait identification.
119
+ - `pelvic_fin`: Presence/absence of the pelvic trait. 1 indicates presence and 0 indicates absence. This is used for trait identification.
120
+ - `barbel`: Presence/absence of the barbel trait. 1 indicates presence and 0 indicates absence. This is used for trait identification.
121
+ - `multiple_dorsal_fin`: Presence/absence of the barbel trait. 1 indicates presence, 0 indicates absence and -1 indicates unknown. This is used for trait identification.
122
+
123
+ **Note:**
124
+
125
+ <!--
126
+ ### Data Splits
127
+
128
+ [More Information Needed]
129
+ -->
130
+
131
+ ## Dataset Creation
132
+
133
+ ### Curation Rationale
134
+
135
+ ### Source Data
136
+
137
+
138
+ #### Initial Data Collection and Annotation
139
+
140
+
141
+ ### Personal and Sensitive Information
142
+
143
+ None
144
+
145
+ ## Considerations for Using the Data
146
+
147
+ ### Discussion of Biases and Other Known Limitations
148
+
149
+ - This dataset is imbalanced.
150
+ - There are multiple images of the same specimen for many specimens; sometimes this is due to different views (eg., dorsal or ventral side)
151
+ - The master files contain only images that were determined to be unique (at the pixel level) through MD5 checksum.
152
+
153
+
154
+
155
+ ## Additional Information
156
+
157
+ ### Dataset Curators
158
+
159
+ **Original Images:**
160
+
161
+ **This Collection:**
162
+
163
+
164
+ ### Licensing Information
165
+
166
+
167
+ ### Citation Information
168
+
169
+
170
+ ### Contributions
171
+
172
+ The [Imageomics Institute](https://imageomics.org) is funded by the US National Science Foundation's Harnessing the Data Revolution (HDR) program under [Award #2118240](https://www.nsf.gov/awardsearch/showAward?AWD_ID=2118240) (Imageomics: A New Frontier of Biological Information Powered by Knowledge-Guided Machine Learning). Any opinions, findings and conclusions or recommendations expressed in this material are those of the author(s) and do not necessarily reflect the views of the National Science Foundation.