Update README.md
Browse files
README.md
CHANGED
@@ -6,13 +6,13 @@ 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 |
## Dataset description
|
18 |
|
@@ -20,8 +20,7 @@ base_model:
|
|
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 |
|
27 |
'''python
|
@@ -32,11 +31,11 @@ base_model:
|
|
32 |
|
33 |
.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 |
.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 |
|
|
|
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 |
|
|
|
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 |
## Model implementation
|
25 |
|
26 |
'''python
|
|
|
31 |
|
32 |
.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 |
.png)
|
37 |
|
38 |
+
<!-- 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.
|
39 |
|
40 |
|
41 |
|