Uploading full yolov5s standard results
Browse files- F1_curve.png +0 -0
- PR_curve.png +0 -0
- P_curve.png +0 -0
- R_curve.png +0 -0
- confusion_matrix.png +0 -0
- model.onnx → events.out.tfevents.1730441652.bo-W65-67SZ.118756.0 +2 -2
- export_info.yaml +0 -4
- hyp.yaml +28 -0
- labels.jpg +0 -0
- labels_correlogram.jpg +0 -0
- model.yaml +0 -159
- opt.yaml +78 -0
- results.csv +0 -0
- results.html +26 -0
- results.png +0 -0
- val_batch0_pred.jpg +0 -0
- val_batch1_pred.jpg +0 -0
- model.pt → weights/best.pt +2 -2
- weights/last.pt +3 -0
F1_curve.png
ADDED
PR_curve.png
ADDED
P_curve.png
ADDED
R_curve.png
ADDED
confusion_matrix.png
ADDED
model.onnx → events.out.tfevents.1730441652.bo-W65-67SZ.118756.0
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d258be653e7081d851f40a0f4ddfe2197fed8d7d6a6d3dbbe5bdb372d876456
|
3 |
+
size 589727
|
export_info.yaml
DELETED
@@ -1,4 +0,0 @@
|
|
1 |
-
img_heigt: 100
|
2 |
-
img_heigt_export: 96
|
3 |
-
img_width: 160
|
4 |
-
img_width_export: 160
|
|
|
|
|
|
|
|
|
|
hyp.yaml
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
lr0: 0.01
|
2 |
+
lrf: 0.01
|
3 |
+
momentum: 0.937
|
4 |
+
weight_decay: 0.0005
|
5 |
+
warmup_epochs: 3.0
|
6 |
+
warmup_momentum: 0.8
|
7 |
+
warmup_bias_lr: 0.1
|
8 |
+
box: 0.05
|
9 |
+
cls: 0.5
|
10 |
+
cls_pw: 1.0
|
11 |
+
obj: 1.0
|
12 |
+
obj_pw: 1.0
|
13 |
+
iou_t: 0.2
|
14 |
+
anchor_t: 4.0
|
15 |
+
fl_gamma: 0.0
|
16 |
+
hsv_h: 0.015
|
17 |
+
hsv_s: 0.7
|
18 |
+
hsv_v: 0.4
|
19 |
+
degrees: 0.0
|
20 |
+
translate: 0.1
|
21 |
+
scale: 0.5
|
22 |
+
shear: 0.0
|
23 |
+
perspective: 0.0
|
24 |
+
flipud: 0.0
|
25 |
+
fliplr: 0.5
|
26 |
+
mosaic: 1.0
|
27 |
+
mixup: 0.0
|
28 |
+
copy_paste: 0.0
|
labels.jpg
ADDED
labels_correlogram.jpg
ADDED
model.yaml
DELETED
@@ -1,159 +0,0 @@
|
|
1 |
-
anchors:
|
2 |
-
- - 10
|
3 |
-
- 13
|
4 |
-
- 16
|
5 |
-
- 30
|
6 |
-
- 33
|
7 |
-
- 23
|
8 |
-
- - 30
|
9 |
-
- 61
|
10 |
-
- 62
|
11 |
-
- 45
|
12 |
-
- 59
|
13 |
-
- 119
|
14 |
-
- - 116
|
15 |
-
- 90
|
16 |
-
- 156
|
17 |
-
- 198
|
18 |
-
- 373
|
19 |
-
- 326
|
20 |
-
backbone:
|
21 |
-
- - -1
|
22 |
-
- 1
|
23 |
-
- Conv
|
24 |
-
- - 64
|
25 |
-
- 6
|
26 |
-
- 2
|
27 |
-
- 2
|
28 |
-
- - -1
|
29 |
-
- 1
|
30 |
-
- Conv
|
31 |
-
- - 128
|
32 |
-
- 3
|
33 |
-
- 2
|
34 |
-
- - -1
|
35 |
-
- 3
|
36 |
-
- C3
|
37 |
-
- - 128
|
38 |
-
- - -1
|
39 |
-
- 1
|
40 |
-
- Conv
|
41 |
-
- - 256
|
42 |
-
- 3
|
43 |
-
- 2
|
44 |
-
- - -1
|
45 |
-
- 6
|
46 |
-
- C3
|
47 |
-
- - 256
|
48 |
-
- - -1
|
49 |
-
- 1
|
50 |
-
- Conv
|
51 |
-
- - 512
|
52 |
-
- 3
|
53 |
-
- 2
|
54 |
-
- - -1
|
55 |
-
- 9
|
56 |
-
- C3
|
57 |
-
- - 512
|
58 |
-
- - -1
|
59 |
-
- 1
|
60 |
-
- Conv
|
61 |
-
- - 1024
|
62 |
-
- 3
|
63 |
-
- 2
|
64 |
-
- - -1
|
65 |
-
- 3
|
66 |
-
- C3
|
67 |
-
- - 1024
|
68 |
-
- - -1
|
69 |
-
- 1
|
70 |
-
- SPPF
|
71 |
-
- - 1024
|
72 |
-
- 5
|
73 |
-
depth_multiple: 0.33
|
74 |
-
head:
|
75 |
-
- - -1
|
76 |
-
- 1
|
77 |
-
- Conv
|
78 |
-
- - 512
|
79 |
-
- 1
|
80 |
-
- 1
|
81 |
-
- - -1
|
82 |
-
- 1
|
83 |
-
- nn.Upsample
|
84 |
-
- - None
|
85 |
-
- 2
|
86 |
-
- nearest
|
87 |
-
- - - -1
|
88 |
-
- 6
|
89 |
-
- 1
|
90 |
-
- Concat
|
91 |
-
- - 1
|
92 |
-
- - -1
|
93 |
-
- 3
|
94 |
-
- C3
|
95 |
-
- - 512
|
96 |
-
- false
|
97 |
-
- - -1
|
98 |
-
- 1
|
99 |
-
- Conv
|
100 |
-
- - 256
|
101 |
-
- 1
|
102 |
-
- 1
|
103 |
-
- - -1
|
104 |
-
- 1
|
105 |
-
- nn.Upsample
|
106 |
-
- - None
|
107 |
-
- 2
|
108 |
-
- nearest
|
109 |
-
- - - -1
|
110 |
-
- 4
|
111 |
-
- 1
|
112 |
-
- Concat
|
113 |
-
- - 1
|
114 |
-
- - -1
|
115 |
-
- 3
|
116 |
-
- C3
|
117 |
-
- - 256
|
118 |
-
- false
|
119 |
-
- - -1
|
120 |
-
- 1
|
121 |
-
- Conv
|
122 |
-
- - 256
|
123 |
-
- 3
|
124 |
-
- 2
|
125 |
-
- - - -1
|
126 |
-
- 14
|
127 |
-
- 1
|
128 |
-
- Concat
|
129 |
-
- - 1
|
130 |
-
- - -1
|
131 |
-
- 3
|
132 |
-
- C3
|
133 |
-
- - 512
|
134 |
-
- false
|
135 |
-
- - -1
|
136 |
-
- 1
|
137 |
-
- Conv
|
138 |
-
- - 512
|
139 |
-
- 3
|
140 |
-
- 2
|
141 |
-
- - - -1
|
142 |
-
- 10
|
143 |
-
- 1
|
144 |
-
- Concat
|
145 |
-
- - 1
|
146 |
-
- - -1
|
147 |
-
- 3
|
148 |
-
- C3
|
149 |
-
- - 1024
|
150 |
-
- false
|
151 |
-
- - - 17
|
152 |
-
- 20
|
153 |
-
- 23
|
154 |
-
- 1
|
155 |
-
- Detect
|
156 |
-
- - nc
|
157 |
-
- anchors
|
158 |
-
nc: '4'
|
159 |
-
width_multiple: 0.5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
opt.yaml
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
weights: /home/bo/.cache/beachbot_od/models/yolov5s/base/yolov5s.pt
|
2 |
+
cfg: ''
|
3 |
+
data: /media/HDD/git/yolov5-pip/yolov5/beach-cleaning-object-detection-13/data.yaml
|
4 |
+
hyp:
|
5 |
+
lr0: 0.01
|
6 |
+
lrf: 0.01
|
7 |
+
momentum: 0.937
|
8 |
+
weight_decay: 0.0005
|
9 |
+
warmup_epochs: 3.0
|
10 |
+
warmup_momentum: 0.8
|
11 |
+
warmup_bias_lr: 0.1
|
12 |
+
box: 0.05
|
13 |
+
cls: 0.5
|
14 |
+
cls_pw: 1.0
|
15 |
+
obj: 1.0
|
16 |
+
obj_pw: 1.0
|
17 |
+
iou_t: 0.2
|
18 |
+
anchor_t: 4.0
|
19 |
+
fl_gamma: 0.0
|
20 |
+
hsv_h: 0.015
|
21 |
+
hsv_s: 0.7
|
22 |
+
hsv_v: 0.4
|
23 |
+
degrees: 0.0
|
24 |
+
translate: 0.1
|
25 |
+
scale: 0.5
|
26 |
+
shear: 0.0
|
27 |
+
perspective: 0.0
|
28 |
+
flipud: 0.0
|
29 |
+
fliplr: 0.5
|
30 |
+
mosaic: 1.0
|
31 |
+
mixup: 0.0
|
32 |
+
copy_paste: 0.0
|
33 |
+
epochs: 1
|
34 |
+
batch_size: 16
|
35 |
+
imgsz: 160
|
36 |
+
rect: false
|
37 |
+
resume: false
|
38 |
+
nosave: false
|
39 |
+
noval: false
|
40 |
+
noautoanchor: false
|
41 |
+
noplots: false
|
42 |
+
evolve: null
|
43 |
+
bucket: ''
|
44 |
+
cache: null
|
45 |
+
image_weights: false
|
46 |
+
device: ''
|
47 |
+
multi_scale: false
|
48 |
+
single_cls: false
|
49 |
+
optimizer: SGD
|
50 |
+
sync_bn: false
|
51 |
+
workers: 8
|
52 |
+
project: beachbot_train_runs
|
53 |
+
name: exp
|
54 |
+
exist_ok: true
|
55 |
+
quad: false
|
56 |
+
cos_lr: false
|
57 |
+
label_smoothing: 0.0
|
58 |
+
patience: 100
|
59 |
+
freeze:
|
60 |
+
- 0
|
61 |
+
save_period: -1
|
62 |
+
seed: 0
|
63 |
+
local_rank: -1
|
64 |
+
entity: null
|
65 |
+
bbox_interval: -1
|
66 |
+
artifact_alias: latest
|
67 |
+
neptune_token: null
|
68 |
+
neptune_project: null
|
69 |
+
neptune_resume_id: null
|
70 |
+
s3_upload_dir: null
|
71 |
+
upload_dataset: false
|
72 |
+
hf_model_id: null
|
73 |
+
hf_token: null
|
74 |
+
hf_private: false
|
75 |
+
hf_dataset_id: null
|
76 |
+
roboflow_token: L2ILAQp4c5v8PwXKoY5c
|
77 |
+
roboflow_upload: false
|
78 |
+
save_dir: beachbot_train_runs/exp
|
results.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
results.html
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<table border="1" class="dataframe">
|
2 |
+
<thead>
|
3 |
+
<tr style="text-align: right;">
|
4 |
+
<th></th>
|
5 |
+
<th>Class</th>
|
6 |
+
<th>Images</th>
|
7 |
+
<th>Labels</th>
|
8 |
+
<th>P</th>
|
9 |
+
<th>R</th>
|
10 |
+
<th>[email protected]</th>
|
11 |
+
<th>[email protected]:.95</th>
|
12 |
+
</tr>
|
13 |
+
</thead>
|
14 |
+
<tbody>
|
15 |
+
<tr>
|
16 |
+
<th>0</th>
|
17 |
+
<td>all</td>
|
18 |
+
<td>2</td>
|
19 |
+
<td>5</td>
|
20 |
+
<td>0.000</td>
|
21 |
+
<td>0.000</td>
|
22 |
+
<td>0.000</td>
|
23 |
+
<td>0.000</td>
|
24 |
+
</tr>
|
25 |
+
</tbody>
|
26 |
+
</table>
|
results.png
ADDED
val_batch0_pred.jpg
ADDED
val_batch1_pred.jpg
ADDED
model.pt → weights/best.pt
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5a1ac5804098ead09aca61e94bb502dcd41e26cd418dbe8f91ad72e06c46237
|
3 |
+
size 14261224
|
weights/last.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4bf1e7bb28946ee41e7bb4709896837c978a28bb460eacaf30aff587744fe208
|
3 |
+
size 14261224
|