eor345 commited on
Commit
6e425e5
·
1 Parent(s): cd0d57c

Update README.md

Browse files

Add images to readme

Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -26,9 +26,12 @@ tags:
26
  - Precision, Recall, and per class accuracy were evaluated at test time.
27
  - [email protected] = 0.866
28
  - Indicates reasonably good performance for target task.
 
 
29
 
30
- ## Training Data
31
  - A combination of publicly available [FathomNet](https://fathomnet.org/fathomnet/#/) and internal MBARI data
 
32
 
33
  ## Deployment
34
  In an environment running [YOLOv5v6.2](https://github.com/ultralytics/yolov5/tree/v6.2):
 
26
  - Precision, Recall, and per class accuracy were evaluated at test time.
27
  - [email protected] = 0.866
28
  - Indicates reasonably good performance for target task.
29
+ ![pr image](https://huggingface.co/FathomNet/MBARI-midwater-supercategory-detector/blob/main/plots/PR_curve.png)
30
+ ![conf-mat](https://huggingface.co/FathomNet/MBARI-midwater-supercategory-detector/blob/main/plots/confusion_matrix.png)
31
 
32
+ ## Training and Evaluation Data
33
  - A combination of publicly available [FathomNet](https://fathomnet.org/fathomnet/#/) and internal MBARI data
34
+ ![dataset-info](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):