llhouse2 commited on
Commit
d59ed24
1 Parent(s): cf05612

Made some changes to the text.

Browse files
Files changed (1) hide show
  1. README.md +6 -100
README.md CHANGED
@@ -46,30 +46,13 @@ Escape underscores ("_") with a "\". Example: image\_RGB
46
 
47
  # Dataset Card for QUEST Fish 2024
48
 
49
- <!-- Provide a quick summary of what the dataset is or can be used for. -->
50
 
51
  ## Dataset Details
52
 
53
  ### Dataset Description
54
 
55
- - **Curated by:** list curators (authors for _data_ citation, moved up)
56
- - **Language(s) (NLP):** [More Information Needed]
57
- <!-- Provide the basic links for the dataset. These will show up on the sidebar to the right of your dataset card ("Curated by" too). -->
58
- - **Homepage:**
59
- - **Repository:** [related project repo]
60
- - **Paper:**
61
-
62
-
63
- <!-- Provide a longer summary of what this dataset is. -->
64
- [More Information Needed]
65
-
66
- <!--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), and further altered to suit Imageomics Institute needs.-->
67
-
68
-
69
- ### Supported Tasks and Leaderboards
70
- [More Information Needed]
71
-
72
- <!-- Provide benchmarking results -->
73
 
74
 
75
  ## Dataset Structure
@@ -100,13 +83,8 @@ Escape underscores ("_") with a "\". Example: image\_RGB
100
 
101
 
102
  ### Data Instances
103
- [More Information Needed]
104
-
105
- <!--
106
- Describe data files
107
 
108
- Ex: All images are named <img_id>.png, each within a folder named for the species. They are 1024 x 1024, and the color has been standardized using <link to color standardization package>.
109
- -->
110
 
111
  ### Data Fields
112
  [More Information Needed]
@@ -122,80 +100,19 @@ Ex:
122
  - `file_name`: Relative path to image from the root of the directory (`<species>/<img_id>.png`); allows for image to be displayed in the dataset viewer alongside its associated metadata.
123
  -->
124
 
125
- ### Data Splits
126
- [More Information Needed]
127
- <!--
128
- Give your train-test splits for benchmarking; could be as simple as "split is indicated by the `split` column in the metadata file: `train`, `val`, or `test`." Or perhaps this is just the training dataset and other datasets were used for testing (you may indicate which were used).
129
- -->
130
 
131
  ## Dataset Creation
132
 
133
  ### Curation Rationale
134
- [More Information Needed]
135
- <!-- Motivation for the creation of this dataset. For instance, what you intended to study and why that required curation of a new dataset (or if it's newly collected data and why the data was collected (intended use)), etc. -->
136
-
137
- ### Source Data
138
-
139
- <!-- This section describes the source data (e.g., news text and headlines, social media posts, translated sentences, ...). As well as an original source it was created from (e.g., sampling from Zenodo records, compiling images from different aggregators, etc.) -->
140
-
141
- #### Data Collection and Processing
142
- [More Information Needed]
143
- <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, re-sizing of images, tools and libraries used, etc.
144
- This is what _you_ did to it following collection from the original source; it will be overall processing if you collected the data initially.
145
- -->
146
-
147
- #### Who are the source data producers?
148
- [More Information Needed]
149
- <!-- This section describes the people or systems who originally created the data.
150
-
151
- Ex: This dataset is a collection of images taken of the butterfly collection housed at the Ohio State University Museum of Biological Diversity. The associated labels and metadata are the information provided with the collection from biologists that study butterflies and supplied the specimens to the museum.
152
- -->
153
-
154
 
155
- ### Annotations
156
- <!--
157
- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them.
158
-
159
- Ex: We standardized the taxonomic labels provided by the various data sources to conform to a uniform 7-rank Linnean structure. (Then, under annotation process, describe how this was done: Our sources used different names for the same kingdom (both _Animalia_ and _Metazoa_), so we chose one for all (_Animalia_). -->
160
-
161
- #### Annotation process
162
- [More Information Needed]
163
- <!-- This section describes the annotation process such as annotation tools used, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
164
-
165
- #### Who are the annotators?
166
- [More Information Needed]
167
- <!-- This section describes the people or systems who created the annotations. -->
168
-
169
- ### Personal and Sensitive Information
170
- [More Information Needed]
171
- <!--
172
- For instance, if your data includes people or endangered species. -->
173
-
174
-
175
- ## Considerations for Using the Data
176
- [More Information Needed]
177
- <!--
178
- Things to consider while working with the dataset. For instance, maybe there are hybrids and they are labeled in the `hybrid_stat` column, so to get a subset without hybrids, subset to all instances in the metadata file such that `hybrid_stat` is _not_ "hybrid".
179
- -->
180
-
181
- ### Bias, Risks, and Limitations
182
- [More Information Needed]
183
- <!-- This section is meant to convey both technical and sociotechnical limitations. Could also address misuse, malicious use, and uses that the dataset will not work well for.-->
184
-
185
- <!-- For instance, if your data exhibits a long-tailed distribution (and why). -->
186
-
187
- ### Recommendations
188
- [More Information Needed]
189
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
190
 
191
  ## Licensing Information
192
- [More Information Needed]
193
-
194
 
195
  This dataset has been marked as dedicated to the public domain by applying the [CC0 Public Domain Waiver](https://creativecommons.org/publicdomain/zero/1.0/).
196
 
197
  ## Citation
198
- [More Information Needed]
199
 
200
  **BibTeX:**
201
  <!--
@@ -243,17 +160,6 @@ This work was supported by Princeton University as part of the [QUEST Teacher Pr
243
 
244
  ## Glossary
245
 
246
- <!-- [optional] If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
247
-
248
- ## More Information
249
-
250
- <!-- [optional] Any other relevant information that doesn't fit elsewhere. -->
251
-
252
- ## Dataset Card Authors
253
-
254
- [More Information Needed]
255
 
256
- ## Dataset Card Contact
257
 
258
- [More Information Needed--optional]
259
- <!-- Could include who to contact with questions, but this is also what the "Discussions" tab is for. -->
 
46
 
47
  # Dataset Card for QUEST Fish 2024
48
 
49
+ Images of fish collected from bodies of water near Princeton University.
50
 
51
  ## Dataset Details
52
 
53
  ### Dataset Description
54
 
55
+ - **Homepage:** [QUEST 2024](https://teacherprep.princeton.edu/quest2024)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
 
57
 
58
  ## Dataset Structure
 
83
 
84
 
85
  ### Data Instances
 
 
 
 
86
 
87
+ All images are named <img_id>.png or .jpeg, each within a folder named for the species. The pictures were taken from a variety of phones and were not standardized in any way.
 
88
 
89
  ### Data Fields
90
  [More Information Needed]
 
100
  - `file_name`: Relative path to image from the root of the directory (`<species>/<img_id>.png`); allows for image to be displayed in the dataset viewer alongside its associated metadata.
101
  -->
102
 
103
+
 
 
 
 
104
 
105
  ## Dataset Creation
106
 
107
  ### Curation Rationale
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
108
 
109
+ These images are merged with meta data collected from teachers so that they experience life as an ecologist, where fish are the subject and measurements are taken from the fish. Measurements are taken by hand about the fish and surrounding areas.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
110
 
111
  ## Licensing Information
 
 
112
 
113
  This dataset has been marked as dedicated to the public domain by applying the [CC0 Public Domain Waiver](https://creativecommons.org/publicdomain/zero/1.0/).
114
 
115
  ## Citation
 
116
 
117
  **BibTeX:**
118
  <!--
 
160
 
161
  ## Glossary
162
 
163
+ Only images are stored here. Nothing more.
 
 
 
 
 
 
 
 
164
 
 
165