Chrismoon commited on
Commit
55c1e80
·
verified ·
1 Parent(s): 38c0041

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -14,6 +14,7 @@ base_model:
14
 
15
  <!-- Provide a longer summary of what this model is. --> This model detects California Sea Lions, and Northern Fur Seals, and a veriety of age classes. It is designed to help streamline population counts and help scientists study Pinniped populations. This model uses images from an aerial survey of the California coast by NOAA's Marine Mammal Lab. It uses YOLOv11 as a base model for inferences. Model weights are updated to the most recent model run.
16
 
 
17
  ## Dataset description
18
 
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. -->
@@ -27,11 +28,9 @@ base_model:
27
 
28
  ### Model Assesment
29
 
30
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
31
-
32
  ![F1-confidence curve](https://huggingface.co/OceanCV/Pinniped_Model/raw/main/F1_curve%20(4).png)
33
 
34
- <!-- 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.
35
 
36
  ![Normalized confusion matrrix](https://huggingface.co/OceanCV/Pinniped_Model/blob/main/confusion_matrix_normalized%20(2).png)
37
 
@@ -43,7 +42,7 @@ base_model:
43
 
44
  ### Model Use Case
45
 
46
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
47
 
48
 
49
 
 
14
 
15
  <!-- Provide a longer summary of what this model is. --> This model detects California Sea Lions, and Northern Fur Seals, and a veriety of age classes. It is designed to help streamline population counts and help scientists study Pinniped populations. This model uses images from an aerial survey of the California coast by NOAA's Marine Mammal Lab. It uses YOLOv11 as a base model for inferences. Model weights are updated to the most recent model run.
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. -->
 
28
 
29
  ### Model Assesment
30
 
 
 
31
  ![F1-confidence curve](https://huggingface.co/OceanCV/Pinniped_Model/raw/main/F1_curve%20(4).png)
32
 
33
+ <!-- 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.-->
34
 
35
  ![Normalized confusion matrrix](https://huggingface.co/OceanCV/Pinniped_Model/blob/main/confusion_matrix_normalized%20(2).png)
36
 
 
42
 
43
  ### Model Use Case
44
 
45
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app --> This model is to be used by scientist studying Pinniped populations and destributions on the California Coastline. It could be used to show changing population dynamics between eg. California Seae Lions and Northern Fur Seals.
46
 
47
 
48