sophia-m commited on
Commit
13c8e12
·
verified ·
1 Parent(s): 2a3e856

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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
- <img src="/main/F1_curve.png" alt="Description of the Image" />
62
- ![Confidence matrix](https://huggingface.co/OceanCV/Southern_Sea_Otter_Tracking/blob/main/F1_curve.png)
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