Update README.md
Browse files
README.md
CHANGED
|
@@ -58,9 +58,9 @@ https://huggingface.co/OceanCV/Southern_Sea_Otter_Tracking/blob/main/confusion_m
|
|
| 58 |
## F1 Score
|
| 59 |
The final F1 curve shows my model’s high precision and recall across the various confidence levels. The curve had a high peak, signifying a harmonic balance between precision and recall.
|
| 60 |
https://huggingface.co/OceanCV/Southern_Sea_Otter_Tracking/blob/main/F1_curve.png
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
|
| 65 |
---
|
| 66 |
# Model Use-case
|
|
|
|
| 58 |
## F1 Score
|
| 59 |
The final F1 curve shows my model’s high precision and recall across the various confidence levels. The curve had a high peak, signifying a harmonic balance between precision and recall.
|
| 60 |
https://huggingface.co/OceanCV/Southern_Sea_Otter_Tracking/blob/main/F1_curve.png
|
| 61 |
+
|
| 62 |
+
## Object Detection Model Output
|
| 63 |
+
My final object detection output video was a key metric in assessing the performance of my model. I bounced between looking at the output video, assessing how accurate the bounding boxes and identifications were, and rerunning the model with modified parameters. My final model output was successful at identifying sea otters in both land and water, with minimal misclassifications or missed detections.
|
| 64 |
|
| 65 |
---
|
| 66 |
# Model Use-case
|