Skip to main content

Module c3k2

Module c3k2 

Source
Expand description

C3k2 block: CSP bottleneck variant used throughout the backbone/neck.

Functionsยง

c3k2
C3k2: the primary feature-extraction block in YOLO11/26.
c3k2_psa
C3k2 variant whose inner blocks are Sequential([Bottleneck, PSABlock]).