madivanhorn commited on
Commit
a063a19
·
verified ·
1 Parent(s): 552f271

Update croissant.json

Browse files

Update croissant.json since dataset was move to a different location

Files changed (1) hide show
  1. croissant.json +130 -15
croissant.json CHANGED
@@ -54,29 +54,138 @@
54
  "@id": "repo",
55
  "name": "repo",
56
  "description": "The Hugging Face git repository.",
57
- "contentUrl": "https://huggingface.co/datasets/madivanhorn/cfc26/tree/refs%2Fconvert%2Fparquet",
58
  "encodingFormat": "git+https",
59
  "sha256": "https://github.com/mlcommons/croissant/issues/80"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  }
61
  ],
62
- "recordSet": [],
63
  "conformsTo": "http://mlcommons.org/croissant/1.1",
64
  "name": "cfc26",
65
- "description": "madivanhorn/cfc26 dataset hosted on Hugging Face and contributed by the HF Datasets community",
66
  "alternateName": [
67
- "madivanhorn/cfc26"
68
  ],
69
  "creator": {
70
- "@type": "Person",
71
- "name": "Madison Van Horn Mitchell",
72
- "url": "https://huggingface.co/madivanhorn"
73
  },
74
  "keywords": [
75
  "mit",
 
 
 
 
 
 
 
76
  "🇺🇸 Region: US"
77
  ],
78
  "license": "https://choosealicense.com/licenses/mit/",
79
- "url": "https://huggingface.co/datasets/madivanhorn/cfc26",
80
  "rai:dataLimitations": "The dataset is limited to sonar-based fish counting in riverine environments and may not generalize to other sensing modalities (e.g., optical video), marine/open-ocean settings, or species with substantially different motion or morphology. While expanded to nine river systems, geographic and ecological coverage remains incomplete (North America only), and certain river conditions (e.g., extreme turbidity, rare seasonal events, or atypical flow regimes) may be underrepresented. Annotation quality may be affected by low signal-to-noise ratios and ambiguity in fish visibility, particularly in dense or occluded scenes. The dataset is not recommended for tasks requiring fine-grained species classification, individual fish re-identification, or appearance-based recognition independent of motion cues.",
81
  "rai:dataBiases": "The dataset may exhibit selection bias toward rivers and deployment sites where sonar systems and data collection is feasible, potentially over-representing current sites of interest in North America. Environmental conditions (e.g., typical flow, sonar artifacts) and species distributions may be unevenly sampled, leading to skewed representations of fish behavior and density. Label bias may arise from human annotation under low-visibility conditions, where temporal cues are required and ambiguous cases may be inconsistently labeled. These biases may cause models to overfit to common environmental patterns or fish movement dynamics and underperform in rare or extreme conditions.",
82
  "rai:personalSensitiveInformation": "The dataset does not contain personal or human-related sensitive information. It consists of sonar imagery of fish in natural river environments.",
@@ -86,28 +195,34 @@
86
  "prov:wasDerivedFrom": [
87
  {
88
  "@id": "https://data.caltech.edu/records/1y23m-j8r69",
89
- "prov:label": "The Caltech Fish Counting Dataset (CFC22)",
90
  "sc:license": "MIT"
91
  }
92
  ],
93
  "prov:wasGeneratedBy": [
94
  {
95
  "@type": "prov:Activity",
96
- "prov:type": "Data Collection",
 
 
97
  "prov:label": "Collection",
98
- "prov:description": "Data was collected via sonar camera deployments in river systems across four U.S. states and two countries. The collection method is observations using fixed-position sonar sensors capturing continuous video streams over extended durations under varying environmental conditions."
99
  },
100
  {
101
  "@type": "prov:Activity",
102
- "prov:type": "Preprocessing",
 
 
103
  "prov:label": "Preprocessing",
104
- "prov:description": "Video streams were segmented into clips, filtered for quality, and normalized for consistent formatting. Clips with unusable signal quality or severe artifacts may have been excluded. Standardization steps include temporal clipping, echogram visualizations, and formatting for downstream annotation and evaluation."
105
  },
106
  {
107
  "@type": "prov:Activity",
108
- "prov:type": "Annotation",
 
 
109
  "prov:label": "Annotation",
110
- "prov:description": "Human annotators labeled fish instances using bounding boxes, with counting derived from crossing events. Annotation guidelines emphasized temporal consistency and handling of ambiguous detections in low signal-to-noise conditions. Quality control included review processes and consistency checks across annotators; inter-annotator agreement metrics are not reported."
111
  }
112
  ]
113
  }
 
54
  "@id": "repo",
55
  "name": "repo",
56
  "description": "The Hugging Face git repository.",
57
+ "contentUrl": "https://huggingface.co/datasets/perona-lab/cfc26/tree/refs%2Fconvert%2Fparquet",
58
  "encodingFormat": "git+https",
59
  "sha256": "https://github.com/mlcommons/croissant/issues/80"
60
+ },
61
+ {
62
+ "@type": "cr:FileSet",
63
+ "@id": "parquet-files-for-config-default",
64
+ "containedIn": {
65
+ "@id": "repo"
66
+ },
67
+ "encodingFormat": "application/x-parquet",
68
+ "includes": "default/*/*.parquet"
69
+ }
70
+ ],
71
+ "recordSet": [
72
+ {
73
+ "@type": "cr:RecordSet",
74
+ "dataType": "cr:Split",
75
+ "key": {
76
+ "@id": "default_splits/split_name"
77
+ },
78
+ "@id": "default_splits",
79
+ "name": "default_splits",
80
+ "description": "Splits for the default config.",
81
+ "field": [
82
+ {
83
+ "@type": "cr:Field",
84
+ "@id": "default_splits/split_name",
85
+ "dataType": "sc:Text"
86
+ }
87
+ ],
88
+ "data": [
89
+ {
90
+ "default_splits/split_name": "train"
91
+ }
92
+ ]
93
+ },
94
+ {
95
+ "@type": "cr:RecordSet",
96
+ "@id": "default",
97
+ "description": "perona-lab/cfc26 - 'default' subset (first 5GB)",
98
+ "field": [
99
+ {
100
+ "@type": "cr:Field",
101
+ "@id": "default/split",
102
+ "dataType": "sc:Text",
103
+ "source": {
104
+ "fileSet": {
105
+ "@id": "parquet-files-for-config-default"
106
+ },
107
+ "extract": {
108
+ "fileProperty": "fullpath"
109
+ },
110
+ "transform": {
111
+ "regex": "default/(?:partial-)?(train)/.+parquet$"
112
+ }
113
+ },
114
+ "references": {
115
+ "field": {
116
+ "@id": "default_splits/split_name"
117
+ }
118
+ }
119
+ },
120
+ {
121
+ "@type": "cr:Field",
122
+ "@id": "default/png",
123
+ "dataType": "sc:ImageObject",
124
+ "source": {
125
+ "fileSet": {
126
+ "@id": "parquet-files-for-config-default"
127
+ },
128
+ "extract": {
129
+ "column": "png"
130
+ },
131
+ "transform": {
132
+ "jsonPath": "bytes"
133
+ }
134
+ }
135
+ },
136
+ {
137
+ "@type": "cr:Field",
138
+ "@id": "default/__key__",
139
+ "dataType": "sc:Text",
140
+ "source": {
141
+ "fileSet": {
142
+ "@id": "parquet-files-for-config-default"
143
+ },
144
+ "extract": {
145
+ "column": "__key__"
146
+ }
147
+ }
148
+ },
149
+ {
150
+ "@type": "cr:Field",
151
+ "@id": "default/__url__",
152
+ "dataType": "sc:Text",
153
+ "source": {
154
+ "fileSet": {
155
+ "@id": "parquet-files-for-config-default"
156
+ },
157
+ "extract": {
158
+ "column": "__url__"
159
+ }
160
+ }
161
+ }
162
+ ]
163
  }
164
  ],
 
165
  "conformsTo": "http://mlcommons.org/croissant/1.1",
166
  "name": "cfc26",
167
+ "description": "\n\t\n\t\t\n\t\tCFC26 Dataset Card\n\t\n\n\n\t\n\t\t\n\t\tDataset Summary\n\t\n\nCFC26 is a large-scale benchmark dataset for fish detection and counting in underwater ARIS sonar video. Data were collected across 16+ field locations in Alaska, California, Washington, and British Columbia, spanning a wide range of environmental conditions, fish species, and deployment configurations. The dataset is designed to support research in object detection, multi-object tracking, and ecological counting in acoustically… See the full description on the dataset page: https://huggingface.co/datasets/perona-lab/cfc26.",
168
  "alternateName": [
169
+ "perona-lab/cfc26"
170
  ],
171
  "creator": {
172
+ "@type": "Organization",
173
+ "name": "Perona Lab",
174
+ "url": "https://huggingface.co/perona-lab"
175
  },
176
  "keywords": [
177
  "mit",
178
+ "1M - 10M",
179
+ "webdataset",
180
+ "Image",
181
+ "Text",
182
+ "Datasets",
183
+ "WebDataset",
184
+ "Croissant",
185
  "🇺🇸 Region: US"
186
  ],
187
  "license": "https://choosealicense.com/licenses/mit/",
188
+ "url": "https://huggingface.co/datasets/perona-lab/cfc26",
189
  "rai:dataLimitations": "The dataset is limited to sonar-based fish counting in riverine environments and may not generalize to other sensing modalities (e.g., optical video), marine/open-ocean settings, or species with substantially different motion or morphology. While expanded to nine river systems, geographic and ecological coverage remains incomplete (North America only), and certain river conditions (e.g., extreme turbidity, rare seasonal events, or atypical flow regimes) may be underrepresented. Annotation quality may be affected by low signal-to-noise ratios and ambiguity in fish visibility, particularly in dense or occluded scenes. The dataset is not recommended for tasks requiring fine-grained species classification, individual fish re-identification, or appearance-based recognition independent of motion cues.",
190
  "rai:dataBiases": "The dataset may exhibit selection bias toward rivers and deployment sites where sonar systems and data collection is feasible, potentially over-representing current sites of interest in North America. Environmental conditions (e.g., typical flow, sonar artifacts) and species distributions may be unevenly sampled, leading to skewed representations of fish behavior and density. Label bias may arise from human annotation under low-visibility conditions, where temporal cues are required and ambiguous cases may be inconsistently labeled. These biases may cause models to overfit to common environmental patterns or fish movement dynamics and underperform in rare or extreme conditions.",
191
  "rai:personalSensitiveInformation": "The dataset does not contain personal or human-related sensitive information. It consists of sonar imagery of fish in natural river environments.",
 
195
  "prov:wasDerivedFrom": [
196
  {
197
  "@id": "https://data.caltech.edu/records/1y23m-j8r69",
198
+ "prov:label": "Caltech Fish Counting Dataset (CFC22)",
199
  "sc:license": "MIT"
200
  }
201
  ],
202
  "prov:wasGeneratedBy": [
203
  {
204
  "@type": "prov:Activity",
205
+ "prov:type": {
206
+ "@id": "https://www.wikidata.org/wiki/Q4929239"
207
+ },
208
  "prov:label": "Collection",
209
+ "sc:description": "Data was collected via sonar camera deployments in river systems across four U.S. states and two countries. The collection method is observations using fixed-position sonar sensors capturing continuous video streams over extended durations under varying environmental conditions."
210
  },
211
  {
212
  "@type": "prov:Activity",
213
+ "prov:type": {
214
+ "@id": "https://www.wikidata.org/wiki/Q5227332"
215
+ },
216
  "prov:label": "Preprocessing",
217
+ "sc:description": "Video streams were segmented into clips, filtered for quality, and normalized for consistent formatting. Clips with unusable signal quality or severe artifacts may have been excluded. Standardization steps include temporal clipping, echogram visualizations, and formatting for downstream annotation and evaluation."
218
  },
219
  {
220
  "@type": "prov:Activity",
221
+ "prov:type": {
222
+ "@id": "https://www.wikidata.org/wiki/Q109719325"
223
+ },
224
  "prov:label": "Annotation",
225
+ "sc:description": "Human annotators labeled fish instances using bounding boxes, with counting derived from crossing events. Annotation guidelines emphasized temporal consistency and handling of ambiguous detections in low signal-to-noise conditions. Quality control included review processes and consistency checks across annotators; inter-annotator agreement metrics are not reported."
226
  }
227
  ]
228
  }