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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -8
README.md CHANGED
@@ -6,23 +6,21 @@ base_model:
6
 
7
  # Scientific Context
8
 
9
- <!-- Provide a quick summary of what the model is/does. --> Pinnipeds are abundent along the entire west coast, their populations and destributions can tell us about the health of our oceans and coastlines. Studying Pinniped is important because they are seentinals of the ocean, they are indicators of a helathy ocean and can help us better understand ecoosystems and fisheries that arre critical to many communities.
10
 
11
 
12
 
13
  ### Model Description
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.
21
-
22
 
23
  ## Model Selection
24
 
25
- <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. --> I used Yolov11 because it was the most up to date Yolo at the time. I used object detectiono because it would allow me to both collect data no population numbers for multiple classes, but it also allows me to see destribtions on specific beaches and landforms.
26
 
27
  ## Model implementation
28
 
@@ -34,11 +32,11 @@ base_model:
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
 
 
6
 
7
  # Scientific Context
8
 
9
+ <!-- Provide a quick summary of what the model is/does. --> Pinnipeds are abundent along the entire west coast, their populations and destributions can tell us about the health of our oceans and coastlines. Studying Pinniped is important because they are seentinals of the ocean, they are indicators of a helathy ocean and can help us better understand ecoosystems and fisheries that arre critical to many communities. -->
10
 
11
 
12
 
13
  ### Model Description
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. -->
 
20
 
21
  ## Model Selection
22
 
23
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. --> I used Yolov11 because it was the most up to date Yolo at the time. I used object detectiono because it would allow me to both collect data no population numbers for multiple classes, but it also allows me to see destribtions on specific beaches and landforms. -->
24
 
25
  ## Model implementation
26
 
 
32
 
33
  ![F1-confidence curve](https://huggingface.co/OceanCV/Pinniped_Model/raw/main/F1_curve%20(4).png)
34
 
35
+ <!-- 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. -->
36
 
37
  ![Normalized confusion matrrix](https://huggingface.co/OceanCV/Pinniped_Model/blob/main/confusion_matrix_normalized%20(2).png)
38
 
39
+ <!-- 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. -->
40
 
41
 
42