sophia-m commited on
Commit
e06d1f0
·
verified ·
1 Parent(s): ebf6068

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -0
README.md CHANGED
@@ -49,6 +49,12 @@ I also utilized Ultralytics’ heatmap code to display a heatmap on the input vi
49
 
50
  ---
51
  # Model Assessment
 
 
 
 
 
 
52
 
53
 
54
  ---
 
49
 
50
  ---
51
  # Model Assessment
52
+ ## Here are the metrics I used to assess the accuracy and performance of my model during training.
53
+
54
+ ## Confusion Matrix
55
+ The final confusion matrix shows that my model was very successful at identifying sea otters across the dataset. There are a portion of mislabels where the model mistook a sea otter for background, but this can be expected with the quality of training images and smaller dataset.
56
+
57
+ https://huggingface.co/OceanCV/Southern_Sea_Otter_Tracking/blob/main/confusion_matrix_final.png
58
 
59
 
60
  ---