mayrajeo commited on
Commit
3dff620
1 Parent(s): dde1d4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -16
README.md CHANGED
@@ -108,12 +108,12 @@ Test data consists of six Sentinel-2 mosaics:
108
 
109
  |Location|Date|Number of annotations|
110
  |--------|----|---------------------|
111
- |Bothnian sea|2021-07-14|433|
112
- |Bothnian sea|2022-06-24|413|
113
- |Bothnian sea|2022-08-13|391|
114
- |Kvarken|2022-06-17|79|
115
- |Kvarken|2022-07-12|167|
116
- |Kvarken|2022-08-26|81|
117
 
118
  #### Factors
119
 
@@ -140,21 +140,21 @@ Precision and Recall with IoU-threshold of 0.5, mAP50 and mAP.
140
 
141
  | Model | ('Precision', 'max') | ('Precision', 'mean') | ('Precision', 'min') | ('Recall', 'max') | ('Recall', 'mean') | ('Recall', 'min') | ('mAP', 'max') | ('mAP', 'mean') | ('mAP', 'min') | ('mAP50', 'max') | ('mAP50', 'mean') | ('mAP50', 'min') |
142
  |:--------|-----------------------:|------------------------:|-----------------------:|--------------------:|---------------------:|--------------------:|-----------------:|------------------:|-----------------:|-------------------:|--------------------:|-------------------:|
143
- | yolov8n | 0.806493 | 0.787567 | 0.774563 | 0.844089 | 0.827987 | 0.809585 | 0.288 | 0.2826 | 0.275 | 0.771 | 0.7492 | 0.73 |
144
- | yolov8s | 0.82737 | 0.816531 | 0.809291 | 0.867093 | 0.852268 | 0.842173 | 0.309 | 0.3044 | 0.298 | 0.789 | 0.7776 | 0.763 |
145
- | yolov8m | 0.849967 | 0.824472 | 0.804688 | 0.874121 | 0.856741 | 0.832588 | 0.323 | 0.3162 | 0.311 | 0.81 | 0.784 | 0.765 |
146
- | yolov8l | 0.837152 | 0.823104 | 0.811286 | 0.867093 | 0.860703 | 0.854313 | 0.323 | 0.3206 | 0.315 | 0.795 | 0.7888 | 0.782 |
147
- | yolov8x | 0.830968 | 0.821126 | 0.804322 | 0.86262 | 0.852013 | 0.823003 | 0.32 | 0.3132 | 0.301 | 0.793 | 0.781 | 0.752 |
148
 
149
  Models with best performance for test set for each model architecture:
150
 
151
  | Model | Fold | Precision | Recall | mAP50 | mAP |
152
  |:------|------|-----------|--------|-------|-----|
153
- |yolov8n| 1| 0.794348|0.844089| 0.771|0.288|
154
- |yolov8s| 4| 0.817963|0.867093| 0.784|0.303|
155
- |yolov8m| 4| 0.825090|0.874121| 0.810|0.323|
156
- |yolov8l| 1| 0.811603|0.867093| 0.795|0.322|
157
- |yolov8x| 1| 0.825183|0.862620| 0.793|0.317|
158
 
159
  ### Compute Infrastructure
160
 
 
108
 
109
  |Location|Date|Number of annotations|
110
  |--------|----|---------------------|
111
+ |Bothnian sea|2021-07-14|450|
112
+ |Bothnian sea|2022-06-24|424|
113
+ |Bothnian sea|2022-08-13|399|
114
+ |Kvarken|2022-06-17|83|
115
+ |Kvarken|2022-07-12|183|
116
+ |Kvarken|2022-08-26|88|
117
 
118
  #### Factors
119
 
 
140
 
141
  | Model | ('Precision', 'max') | ('Precision', 'mean') | ('Precision', 'min') | ('Recall', 'max') | ('Recall', 'mean') | ('Recall', 'min') | ('mAP', 'max') | ('mAP', 'mean') | ('mAP', 'min') | ('mAP50', 'max') | ('mAP50', 'mean') | ('mAP50', 'min') |
142
  |:--------|-----------------------:|------------------------:|-----------------------:|--------------------:|---------------------:|--------------------:|-----------------:|------------------:|-----------------:|-------------------:|--------------------:|-------------------:|
143
+ | yolov8n | 0.85001 | 0.840136 | 0.82782 | 0.82951 | 0.804012 | 0.78738 | 0.38816 | 0.380828 | 0.37637 | 0.84525 | 0.833424 | 0.81883 |
144
+ | yolov8s | 0.86717 | 0.854216 | 0.84347 | 0.84939 | 0.84065 | 0.83222 | 0.41098 | 0.406258 | 0.40374 | 0.86933 | 0.861404 | 0.84934 |
145
+ | yolov8m | 0.86108 | 0.853192 | 0.84191 | 0.87385 | 0.846722 | 0.83 | 0.41739 | 0.410742 | 0.40496 | 0.87772 | 0.862594 | 0.84602 |
146
+ | yolov8l | 0.86911 | 0.863254 | 0.85604 | 0.86468 | 0.841572 | 0.82725 | 0.41694 | 0.411712 | 0.40505 | 0.88288 | 0.867134 | 0.85743 |
147
+ | yolov8x | 0.86411 | 0.856008 | 0.85045 | 0.86086 | 0.845044 | 0.83029 | 0.42065 | 0.411532 | 0.40231 | 0.87069 | 0.863538 | 0.85316 |
148
 
149
  Models with best performance for test set for each model architecture:
150
 
151
  | Model | Fold | Precision | Recall | mAP50 | mAP |
152
  |:------|------|-----------|--------|-------|-----|
153
+ |yolov8n| 1| 0.820204|0.838353| 0.764|0.285|
154
+ |yolov8s| 4| 0.843822|0.860479| 0.788|0.303|
155
+ |yolov8m| 4| 0.858263|0.874616| 0.814|0.324|
156
+ |yolov8l| 1| 0.840311|0.863553| 0.799|0.323|
157
+ |yolov8x| 1| 0.855134|0.859865| 0.795|0.316|
158
 
159
  ### Compute Infrastructure
160