Update README.md
Browse files
README.md
CHANGED
@@ -23,15 +23,13 @@ tags:
|
|
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 |
-
- Precision
|
27 |
- mAP@0.5 = 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 |
-
|
35 |
|
36 |
## Deployment
|
37 |
In an environment running [YOLOv5v6.2](https://github.com/ultralytics/yolov5/tree/v6.2):
|
|
|
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 |
+
- [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.
|
27 |
- mAP@0.5 = 0.866
|
28 |
- Indicates reasonably good performance for target task.
|
|
|
|
|
29 |
|
30 |
## Training and Evaluation Data
|
31 |
- A combination of publicly available [FathomNet](https://fathomnet.org/fathomnet/#/) and internal MBARI data
|
32 |
+
- 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).
|
33 |
|
34 |
## Deployment
|
35 |
In an environment running [YOLOv5v6.2](https://github.com/ultralytics/yolov5/tree/v6.2):
|