Chrismoon commited on
Commit
d68067e
·
verified ·
1 Parent(s): a44230a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -7
README.md CHANGED
@@ -16,6 +16,7 @@ base_model:
16
 
17
 
18
  ## Dataset description
 
19
  <!-- Provide the basic links for the model. --> NOAA Marine Mammal Lab Aerial surveys conducted Summer 2024. The images are large aerial images with varying substrates and pinniped species. All images annotated by hand and resized to 640x640 by me. Albumentations are default ones set by Yolov11.
20
 
21
 
@@ -27,20 +28,17 @@ base_model:
27
 
28
  '''python
29
 
30
-
31
-
32
-
33
-
34
  ### Model Assesment
35
 
36
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
37
 
38
  ![F1-confidence curve](https://huggingface.co/OceanCV/Pinniped_Model/raw/main/F1_curve%20(4).png)
39
 
40
- F1-Confidence Curve:
41
- F1-confidence curves shows us the ideal balance between precision and recall and how that changes with confidence. My model shows decent F1 scores for CU_non_pup and ZC_non_pup around 0.3 confidence but struggles with all of the other classes.
42
  ![Normalized confusion matrrix](https://huggingface.co/OceanCV/Pinniped_Model/blob/main/confusion_matrix_normalized%20(2).png)
43
- Normalized Confusion Matrix
 
44
 
45
 
46
 
 
16
 
17
 
18
  ## Dataset description
19
+
20
  <!-- Provide the basic links for the model. --> NOAA Marine Mammal Lab Aerial surveys conducted Summer 2024. The images are large aerial images with varying substrates and pinniped species. All images annotated by hand and resized to 640x640 by me. Albumentations are default ones set by Yolov11.
21
 
22
 
 
28
 
29
  '''python
30
 
 
 
 
 
31
  ### Model Assesment
32
 
33
  <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
34
 
35
  ![F1-confidence curve](https://huggingface.co/OceanCV/Pinniped_Model/raw/main/F1_curve%20(4).png)
36
 
37
+ <!-- F1-confidence curves shows us the ideal balance between precision and recall and how that changes with confidence. My model shows decent F1 scores for CU_non_pup and ZC_non_pup around 0.3 confidence but struggles with all of the other classes.
38
+
39
  ![Normalized confusion matrrix](https://huggingface.co/OceanCV/Pinniped_Model/blob/main/confusion_matrix_normalized%20(2).png)
40
+
41
+ <!-- Normalized Confusion Matrix shows the percentage of true predictions against all of the other classes in the dataset. Here we can see that my model has difficulties correctly predicting some of my smaller classes as well as the pups.
42
 
43
 
44