henry000 commited on
Commit
4e5e582
·
1 Parent(s): 459de68

✅ [Pass] the test of 2 new models

Browse files
Files changed (1) hide show
  1. yolo/config/model/v9-s.yaml +2 -2
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
- head:
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}