yolov11细节图

C3k

class C3k(C3):
    """C3k is a CSP bottleneck module with customizable kernel sizes for feature extraction in neural networks."""

    def __init__(self, c1, c2, n=

你可能感兴趣的:(AI论文写作,YOLO,python,开发语言)