kbarnard commited on
Commit
00c4e06
1 Parent(s): 1be1b3e

Skeleton model card

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md CHANGED
@@ -1,3 +1,42 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ tags:
4
+ - ocean
5
+ - midwater
6
+ - benthic
7
+ - object-detection
8
  ---
9
+
10
+ # MBARI Monterey Bay 315k YOLOv5
11
+
12
+ <!-- TODO: Fill out the model card
13
+ ## Model Details
14
+ - Trained by researchers at [CVisionAI](https://www.cvisionai.com/) and the [Monterey Bay Aquarium Research Institute](https://www.mbari.org/) (MBARI).
15
+ - [YOLOv5v6.2](https://github.com/ultralytics/yolov5/tree/v6.2)
16
+ - Object detection
17
+ - Fine tuned yolov5l to detect 22 morhpotaxonmic categories of midwater animals in the Greater Monterey Bay Area off the coast of Central California.
18
+
19
+ ## Intended Use
20
+ - Make real time detections on video feed from MBARI Remotely Operated Vehicles.
21
+ - Post-process video collected in the region by MBARI vehicles.
22
+
23
+ ## Factors
24
+ - Distribution shifts related to sampling platform, camera parameters, illumination, and deployment environment are expected to impact model performance.
25
+ - Evaluation was performed on an IID subset of available training data. Data to test out of distribution performance not currently available.
26
+
27
+ ## Metrics
28
+ - [Precision-Recall curve](https://huggingface.co/FathomNet/MBARI-midwater-supercategory-detector/blob/main/plots/PR_curve.png) and [per class accuracy]((https://huggingface.co/FathomNet/MBARI-midwater-supercategory-detector/blob/main/plots/confusion_matrix.png)) were evaluated at test time.
29
+ - mAP@0.5 = 0.866
30
+ - Indicates reasonably good performance for target task.
31
+
32
+ ## Training and Evaluation Data
33
+ - A combination of publicly available [FathomNet](https://fathomnet.org/fathomnet/#/) and internal MBARI data
34
+ - Class labels have a [long tail and localizations occur throughout the frame](https://huggingface.co/FathomNet/MBARI-midwater-supercategory-detector/blob/main/plots/labels.jpg).
35
+
36
+ ## Deployment
37
+ In an environment running [YOLOv5v6.2](https://github.com/ultralytics/yolov5/tree/v6.2):
38
+
39
+ ```
40
+ python classify/predict.py --weights best.pt --data data/images/
41
+ ```
42
+ -->