akridge commited on
Commit
67b146a
·
verified ·
1 Parent(s): 45410b4

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +90 -0
README.md ADDED
@@ -0,0 +1,90 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - object-detection
4
+ tags:
5
+ - fish
6
+ - underwater-imagery
7
+ - grayscale
8
+ - marine-biology
9
+ - segment
10
+ pretty_name: Modular Optical Underwater Survey System (MOUSS) Imagery - Segment Dataset
11
+ size_categories:
12
+ - 1K<n<10K
13
+ language:
14
+ - en
15
+ configs:
16
+ - config_name: default
17
+ drop_labels: true
18
+ images:
19
+ - split: train
20
+ path:
21
+ - images/train/*.jpg
22
+ - split: val
23
+ path:
24
+ - images/val/*.jpg
25
+ ---
26
+ # Dataset Card for Modular Optical Underwater Survey System (MOUSS) Imagery - Segment Dataset
27
+
28
+ This dataset contains grayscale underwater imagery collected by NOAA's Modular Optical Underwater Survey System (MOUSS), specifically for segmentation of fish. The dataset is intended for training and evaluating models like the YOLOv11n-seg on grayscale underwater footage.
29
+
30
+ ## Dataset Details
31
+
32
+ ### Dataset Description
33
+
34
+ This dataset is composed of black-and-white underwater footage captured by the MOUSS system. The dataset provides labeled grayscale images for developing and testing segmentation models focused on detecting fish.
35
+
36
+ - **Curated by:** Pacific Islands Fisheries Science Center (PIFSC)
37
+ - **Shared by:** NOAA Open Data
38
+ - **License:** Public Domain (NOAA Open Data)
39
+
40
+ ### Dataset Sources
41
+
42
+ - **Data Repository:** [NOAA Open Data Dissemination (NODD) PIFSC Cloud ](https://console.cloud.google.com/storage/browser/nmfs_odp_pifsc/PIFSC)
43
+
44
+ ## Uses
45
+
46
+ ### Direct Use
47
+
48
+ It can be used in marine biology research, real-time monitoring, and post-processing of underwater footage.
49
+
50
+ ### Out-of-Scope Use
51
+
52
+ The dataset is not suitable for color imagery or tasks unrelated to fish detection in marine ecosystems. It should not be used for tasks requiring full-spectrum image analysis or where higher accuracy for non-grayscale footage is needed.
53
+
54
+ ## Dataset Structure
55
+
56
+ The dataset consists of grayscale images with corresponding segments around fish. Images are split into 80% for training and 20% for validation, enabling effective training.
57
+
58
+ ## Dataset Creation
59
+
60
+ ### Curation Rationale
61
+
62
+ The MOUSS imagery dataset was created to provide a focused resource for researchers and data scientists working on underwater object detection, specifically for fish detection in grayscale environments. This small subset offers a balance between sufficient sample size and practical use for model development.
63
+
64
+ ### Source Data
65
+
66
+ #### Data Collection and Processing
67
+
68
+ Images were captured using NOAA’s MOUSS system during surveys. The dataset consists of grayscale (black-and-white) underwater images to support the training of models on a specific environment with limited color information.
69
+
70
+ #### Personal and Sensitive Information
71
+
72
+ This dataset contains no personal or sensitive information, as it consists solely of underwater imagery.
73
+
74
+ ## Bias, Risks, and Limitations
75
+
76
+ ### Bias
77
+
78
+ The dataset is focused on grayscale underwater footage, which may limit the model’s generalization to other environments, such as color underwater footage or different aquatic ecosystems. Furthermore, the limited number of species in the dataset could introduce biases in identifying different types of fish or marine life in other contexts.
79
+
80
+ ### Recommendations
81
+
82
+ While this dataset can effectively train fish detection models for grayscale footage, users should be cautious when applying the model to other environments or color imagery. Additional training or domain adaptation may be necessary to avoid misclassifications or errors.
83
+
84
+ ## Citation
85
+
86
+ Pacific Islands Fisheries Science Center, 2024: Bottomfish Fishery-Independent Survey in Hawaii (BFISH) - Experimental Camera Surveys (2011-2015), https://www.fisheries.noaa.gov/inport/item/55928.
87
+
88
+ ## Dataset Card Contact
89
+
90
+ For questions or more information, please contact: Michael Akridge ([email protected])