mirror of https://github.com/WongKinYiu/yolov7.git
Update yolov7.yaml
parent
1594783dba
commit
4ab446ae4e
|
@ -132,5 +132,5 @@ head:
|
||||||
[88, 1, Conv, [512, 3, 1]],
|
[88, 1, Conv, [512, 3, 1]],
|
||||||
[101, 1, Conv, [1024, 3, 1]],
|
[101, 1, Conv, [1024, 3, 1]],
|
||||||
|
|
||||||
[[102, 103, 104], 1, V6Detect, [nc]], # Detect(P3, P4, P5)
|
[[102, 103, 104], 1, IV6Detect, [nc]], # Detect(P3, P4, P5)
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue