Update README.md
Browse files
README.md
CHANGED
@@ -9,21 +9,19 @@ base_model:
|
|
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 sentinals of the ocean, they are indicators of a healthy 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 |
-
|
19 |
## Dataset description
|
20 |
|
21 |
<!-- 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. -->
|
22 |
-
|
23 |
-
|
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 |
|
28 |
'''python
|
29 |
|
|
|
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 sentinals of the ocean, they are indicators of a healthy ocean and can help us better understand ecoosystems and fisheries that arre critical to many communities.
|
10 |
|
11 |
|
|
|
12 |
### Model Description
|
13 |
|
14 |
<!-- 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.
|
15 |
+
#
|
|
|
|
|
16 |
## Dataset description
|
17 |
|
18 |
<!-- 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. -->
|
19 |
+
#
|
20 |
+
### Model Selection
|
21 |
|
22 |
<!-- 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.
|
23 |
+
#
|
24 |
+
### Model implementation
|
25 |
|
26 |
'''python
|
27 |
|