✅ [Pass] the test of 2 new models
Browse files
yolo/config/model/v9-s.yaml
CHANGED
@@ -53,7 +53,7 @@ model:
|
|
53 |
part_channels: 192
|
54 |
csp_args: {repeat_num: 3}
|
55 |
tags: N4
|
56 |
-
|
57 |
- UpSample:
|
58 |
args: {scale_factor: 2, mode: nearest}
|
59 |
- Concat:
|
@@ -96,7 +96,7 @@ model:
|
|
96 |
reg_max: ${model.anchor.reg_max}
|
97 |
output: True
|
98 |
|
99 |
-
|
100 |
- SPPELAN:
|
101 |
source: B5
|
102 |
args: {out_channels: 256}
|
|
|
53 |
part_channels: 192
|
54 |
csp_args: {repeat_num: 3}
|
55 |
tags: N4
|
56 |
+
head:
|
57 |
- UpSample:
|
58 |
args: {scale_factor: 2, mode: nearest}
|
59 |
- Concat:
|
|
|
96 |
reg_max: ${model.anchor.reg_max}
|
97 |
output: True
|
98 |
|
99 |
+
auxiliary:
|
100 |
- SPPELAN:
|
101 |
source: B5
|
102 |
args: {out_channels: 256}
|