Datasets:

Languages:
English
ArXiv:
Libraries:
Datasets
License:
DeepSea-MOT / README.md
kbarnard's picture
Update README.md
1554ebb verified
metadata
language:
  - en
license: cc-by-sa-4.0
tags:
  - biology
  - marine
  - multi-object-tracking
  - video
  - underwater
annotations_creators:
  - expert-generated
pretty_name: DeepSea MOT
size_categories:
  - n<1K
  - 1K<n<10K
  - 10K<n<100K
task_categories:
  - object-detection

DeepSea MOT

DeepSea MOT is a benchmark dataset for multi-object tracking on deep-sea video.

Dataset Description

DeepSea MOT consists of 4 video sequences (2 midwater, 2 benthic) with a total of 2,400 frames and 57,376 annotated objects comprising 188 tracks. The videos were captured by the Monterey Bay Aquarium Research Institute (MBARI) using remotely operated vehicles (ROVs) Doc Ricketts and Ventana in deep-sea environments, showcasing a variety of marine species and underwater scenes.

File Structure

The dataset is organized as follows:

data/
β”œβ”€β”€ vidseq_names.txt          # TrackEval sequence names file
β”œβ”€β”€ BD/                       # Benthic Difficult sequence
β”‚   β”œβ”€β”€ BD.mov                # Source video file
β”‚   β”œβ”€β”€ gt.txt                # MOT Challenge format ground truth
β”‚   β”œβ”€β”€ seqinfo.ini           # TrackEval sequence information
β”‚   β”œβ”€β”€ images/               # Frame images (JPG format)
β”‚   β”‚   β”œβ”€β”€ BD_001.jpg
β”‚   β”‚   β”œβ”€β”€ BD_002.jpg
β”‚   β”‚   └── ...
β”‚   β”œβ”€β”€ labels/               # YOLO-formatted annotation files (TXT)
β”‚   └── xml/                  # Pascal VOC annotation files (from RectLabel)
β”œβ”€β”€ BS/                       # Benthic Simple sequence
β”‚   β”œβ”€β”€ BS.mov
β”‚   β”œβ”€β”€ gt.txt
β”‚   β”œβ”€β”€ seqinfo.ini
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ labels/
β”‚   └── xml/
β”œβ”€β”€ MWD/                      # Midwater Difficult sequence
β”‚   β”œβ”€β”€ MWD.mov
β”‚   β”œβ”€β”€ gt.txt
β”‚   β”œβ”€β”€ seqinfo.ini
β”‚   β”œβ”€β”€ images/
β”‚   β”œβ”€β”€ labels/
β”‚   └── xml/
└── MWS/                      # Midwater Simple sequence
    β”œβ”€β”€ MWS.mov
    β”œβ”€β”€ gt.txt
    β”œβ”€β”€ seqinfo.ini
    β”œβ”€β”€ images/
    β”œβ”€β”€ labels/
    └── xml/

Each sequence directory contains:

  • Source video (.mov): Original ROV footage
  • Ground truth (gt.txt): MOT Challenge format annotations for tracking evaluation
  • Sequence info (seqinfo.ini): Metadata file for TrackEval compatibility
  • Images (images/): Individual frame extractions in JPG format
  • YOLO labels (labels/): Object detection annotations in YOLO format (TXT files)
  • Pascal VOC (xml/): Object detection annotations in Pascal VOC format (generated via RectLabel)

Additional Information

Dataset Curators

Authors of [1]:

  • Kevin Barnard
  • Elaine Liu
  • Kristine Walz
  • Brian Schlining
  • Nancy Jacobsen Stout
  • Lonny Lundsten

Citation Information

@article{barnard2025deepseamot,
    author = {Barnard, Kevin and Liu, Elaine and Walz, Kristine and Schlining, Brian and Stout, Nancy Jacobsen and Lundsten, Lonny},
    title = { {DeepSea MOT}: A benchmark dataset for multi-object tracking on deep-sea video},
    year = {2025},
    journal = {arXiv preprint arXiv:2509.03499},
    doi = {10.48550/arXiv.2509.03499},
}