DCLDE 2026
This dataset included clips of marine mammal vocalizations, mostly in the 1 kHz to 12 kHz range
To download the dataset, use the following command:
gsutil -m rsync -r gs://noaa-passive-bioacoustic/dclde/2026/dclde_2026_killer_whales/ ./DESTINATION
Hear My Ship
This dataset contain audio clips, pictures and video of small vessels that typically do not have AIS information. I believe there is no background baseline.
The dataset has the followiing classes:
- Aux Vessels
- Ferry
- Sail Boat
- Yatch
- Fishing Boat
- Tour Boat
- Motor Boat
Dataset website wiith examples: https://hearmyship.fer.hr/
To download the data, run:
python dataset_download_scripts/hear_my_ship_donwload.py --json-file dataset_download_scripts/vessels_hear_my_ship.json --assets sound --out-dir /Your/Output/Directory/This command will download only the audio files. To download the otehr data type, do not set the --assets flag.
QiandaoEar22
This dataset contains clips of vessel noise for multiple vessel types, as well as background noise
reference: https://arxiv.org/abs/2406.04354
-
Blue Whale detector a. Train on DCLDE 2026 (except the JASCO Boundary Pass Data) b. test on the Antartic Dataset
-
Call type calssifier a. Same model from previous task b. Test on the JASCO boundary pass Data.
-
Vessel type Classifier a. Same model b. Test on the Vessel dataset.
- Mid freq = 0-12kHz
- low freq = 0-500 Hz
- Duration 5s
- Duration 20s
- Duration 1s
- Mag Spectrograms
- Time Correlation
- Freq Correlation
In summary 18 different models. 19 if we wnat to combine different representations in one model.