赠品测试

This commit is contained in:
lee
2025-06-21 13:37:38 +08:00
parent e474ab5f9f
commit aa7ea8ecf8
5 changed files with 2174 additions and 9 deletions

View File

@ -2,11 +2,12 @@
nc: 80 # number of classes
scales: # model compound scaling constants, i.e. 'model=yolov8n.yaml' will call yolov8.yaml with scale 'n'
# [depth, width, max_channels]
s: [0.33, 0.50, 1024]
s: [0.33, 0.50, 1024]
# s: [0.33, 0.375, 1024]
backbone:
# [from, repeats, module, args]
- [-1, 1, Conv, [64, 3, 2]] # 0-P1/2
- [-1, 1, Conv, [64, 3, 2]] # 0-P1
- [-1, 1, Conv, [128, 3, 2]] # 1-P2/4
- [-1, 3, C2f, [128, True]]
- [-1, 1, Conv, [256, 3, 2]] # 3-P3/8