Object Detection
ocean
midwater
File size: 1,501 Bytes
295bda8
 
0b0498a
 
 
 
295bda8
0b0498a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
license: cc-by-4.0
tags:
- ocean
- midwater
- object-detection
---

# MBARI Midwater Object Detector

## Model Details
- Trained by researchers at [CVisionAI](https://www.cvisionai.com/) and the [Monterey Bay Aquarium Research Institute](https://www.mbari.org/) (MBARI).
- [RetinaNet](https://arxiv.org/abs/1708.02002) with [ResNet-50](https://arxiv.org/abs/1512.03385) backbone
- Object detection
- Fine tuned RetinaNet to detect 16 taxonomic categories of midwater animals in the Greater Monterey Bay Area off the coast of Central California.

## Intended Use
- Make real time detections on video feed from MBARI Remotely Operated Vehicles.
- Post-process video collected in the region by MBARI vehicles.

## Factors
- Distribution shifts related to sampling platform, camera parameters, illumination, and deployment environment are expected to impact model performance.
- Evaluation was performed on an IID subset of available training data. Data to test out of distribution performance not currently available.

## Metrics
- [Confusion matrix](https://huggingface.co/FathomNet/MBARI-midwater-detector/blob/main/plots/confusion_matrix.png) evaluated at test time. 

## Training and Evaluation Data
- A combination of publicly available [FathomNet](https://fathomnet.org/fathomnet/#/) and internal MBARI data

<!--
## Deployment
In an environment running [YOLOv5v6.2](https://github.com/ultralytics/yolov5/tree/v6.2):

```
python classify/predict.py --weights best.pt --data data/images/
```
-->