Update README.md
Browse files
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 |
.png)
|
39 |
|
40 |
-
F1-
|
41 |
-
|
42 |
.png)
|
43 |
-
|
|
|
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 |
.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 |
.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 |
|