kbarnard commited on
Commit
0b0498a
1 Parent(s): 295bda8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,3 +1,38 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ tags:
4
+ - ocean
5
+ - midwater
6
+ - object-detection
7
  ---
8
+
9
+ # MBARI Midwater Object Detector
10
+
11
+ ## Model Details
12
+ - Trained by researchers at [CVisionAI](https://www.cvisionai.com/) and the [Monterey Bay Aquarium Research Institute](https://www.mbari.org/) (MBARI).
13
+ - [RetinaNet](https://arxiv.org/abs/1708.02002) with [ResNet-50](https://arxiv.org/abs/1512.03385) backbone
14
+ - Object detection
15
+ - Fine tuned RetinaNet to detect 16 taxonomic categories of midwater animals in the Greater Monterey Bay Area off the coast of Central California.
16
+
17
+ ## Intended Use
18
+ - Make real time detections on video feed from MBARI Remotely Operated Vehicles.
19
+ - Post-process video collected in the region by MBARI vehicles.
20
+
21
+ ## Factors
22
+ - Distribution shifts related to sampling platform, camera parameters, illumination, and deployment environment are expected to impact model performance.
23
+ - Evaluation was performed on an IID subset of available training data. Data to test out of distribution performance not currently available.
24
+
25
+ ## Metrics
26
+ - [Confusion matrix](https://huggingface.co/FathomNet/MBARI-midwater-detector/blob/main/plots/confusion_matrix.png) evaluated at test time.
27
+
28
+ ## Training and Evaluation Data
29
+ - A combination of publicly available [FathomNet](https://fathomnet.org/fathomnet/#/) and internal MBARI data
30
+
31
+ <!--
32
+ ## Deployment
33
+ In an environment running [YOLOv5v6.2](https://github.com/ultralytics/yolov5/tree/v6.2):
34
+
35
+ ```
36
+ python classify/predict.py --weights best.pt --data data/images/
37
+ ```
38
+ -->