Chrismoon commited on
Commit
a44230a
·
verified ·
1 Parent(s): fe83b2a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -155
README.md CHANGED
@@ -4,192 +4,53 @@ base_model:
4
  - Ultralytics/YOLO11
5
  ---
6
 
7
- # Model Card for Model ID
8
 
9
- <!-- Provide a quick summary of what the model is/does. --> 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 population health.
10
 
11
- This modelcard aims to be a base template for new models. It has been generated using [this raw template](https://github.com/huggingface/huggingface_hub/blob/main/src/huggingface_hub/templates/modelcard_template.md?plain=1).
12
 
13
- ## Model Details
14
 
15
  ### Model Description
16
 
17
- <!-- Provide a longer summary of what this model is. --> 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.
18
 
19
 
20
-
21
- - **Developed by:** [Christopher Moon]
22
-
23
  ## Dataset description
24
- <!-- Provide the basic links for the model. --> NOAA Marine Mammal Lab Aerial surveys 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 the default ones set by Yolov11.
25
 
26
- - **Repository:** [More Information Needed]
27
- - **Paper [optional]:** [More Information Needed]
28
- - **Demo [optional]:** [More Information Needed]
29
 
30
  ## Model Selection
31
 
32
- <!-- 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, using object detection.
33
-
34
- ### Model Assesment
35
-
36
- <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. --> /Users/christophermoon/Downloads/confusion_matrix_normalized (2).png
37
- ![F1-Assesment](https://huggingface.co/OceanCV/Pinniped_Model/raw/main/F1_curve%20(4).png)
38
- ![Normalized confusion matrrix](https://huggingface.co/OceanCV/Pinniped_Model/blob/main/confusion_matrix_normalized%20(2).png)
39
-
40
- [More Information Needed]
41
-
42
- ### Downstream Use [optional]
43
 
44
- <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
45
 
46
- [More Information Needed]
47
 
48
- ### Out-of-Scope Use
49
 
50
- <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
51
 
52
- [More Information Needed]
53
-
54
- ## Bias, Risks, and Limitations
55
-
56
- <!-- This section is meant to convey both technical and sociotechnical limitations. -->
57
-
58
- [More Information Needed]
59
-
60
- ### Recommendations
61
-
62
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
63
-
64
- Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
65
-
66
- ## How to Get Started with the Model
67
-
68
- Use the code below to get started with the model.
69
-
70
- [More Information Needed]
71
 
72
- ## Training Details
73
 
74
- ### Training Data
75
-
76
- <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
77
-
78
- [More Information Needed]
79
-
80
- ### Training Procedure
81
-
82
- <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
83
-
84
- #### Preprocessing [optional]
85
-
86
- [More Information Needed]
87
-
88
-
89
- #### Training Hyperparameters
90
-
91
- - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
92
-
93
- #### Speeds, Sizes, Times [optional]
94
-
95
- <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
96
-
97
- [More Information Needed]
98
-
99
- ## Evaluation
100
-
101
- <!-- This section describes the evaluation protocols and provides the results. -->
102
-
103
- ### Testing Data, Factors & Metrics
104
-
105
- #### Testing Data
106
-
107
- <!-- This should link to a Dataset Card if possible. -->
108
-
109
- [More Information Needed]
110
-
111
- #### Factors
112
-
113
- <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
114
-
115
- [More Information Needed]
116
-
117
- #### Metrics
118
-
119
- <!-- These are the evaluation metrics being used, ideally with a description of why. -->
120
-
121
- [More Information Needed]
122
-
123
- ### Results
124
-
125
- [More Information Needed]
126
-
127
- #### Summary
128
-
129
-
130
-
131
- ## Model Examination [optional]
132
-
133
- <!-- Relevant interpretability work for the model goes here -->
134
-
135
- [More Information Needed]
136
-
137
- ## Environmental Impact
138
-
139
- <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
140
-
141
- Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
142
-
143
- - **Hardware Type:** [More Information Needed]
144
- - **Hours used:** [More Information Needed]
145
- - **Cloud Provider:** [More Information Needed]
146
- - **Compute Region:** [More Information Needed]
147
- - **Carbon Emitted:** [More Information Needed]
148
-
149
- ## Technical Specifications [optional]
150
-
151
- ### Model Architecture and Objective
152
-
153
- [More Information Needed]
154
-
155
- ### Compute Infrastructure
156
-
157
- [More Information Needed]
158
-
159
- #### Hardware
160
-
161
- [More Information Needed]
162
-
163
- #### Software
164
-
165
- [More Information Needed]
166
 
167
- ## Citation [optional]
168
 
169
- <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
170
 
171
- **BibTeX:**
 
 
 
172
 
173
- [More Information Needed]
174
 
175
- **APA:**
176
 
177
  [More Information Needed]
178
 
179
- ## Glossary [optional]
180
-
181
- <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
182
 
183
- [More Information Needed]
184
 
185
- ## More Information [optional]
186
 
187
- [More Information Needed]
188
 
189
- ## Model Card Authors [optional]
190
-
191
- [More Information Needed]
192
 
193
- ## Model Card Contact
194
 
195
- [More Information Needed]
 
4
  - Ultralytics/YOLO11
5
  ---
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
+ <!-- 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
 
22
  ## Model Selection
23
 
24
+ <!-- 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.
 
 
 
 
 
 
 
 
 
 
25
 
26
+ ## Model implementation
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
+ ![F1-confidence curve](https://huggingface.co/OceanCV/Pinniped_Model/raw/main/F1_curve%20(4).png)
39
 
40
+ F1-Confidence Curve:
41
+ 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.
42
+ ![Normalized confusion matrrix](https://huggingface.co/OceanCV/Pinniped_Model/blob/main/confusion_matrix_normalized%20(2).png)
43
+ Normalized Confusion Matrix
44
 
 
45
 
 
46
 
47
  [More Information Needed]
48
 
49
+ ### Model Use Case
 
 
50
 
51
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
52
 
 
53
 
 
54
 
 
 
 
55
 
 
56