csmithxc's picture
Upload 146 files
1530901 verified
raw
history blame
No virus
408 Bytes
# Copyright (c) Tencent Inc. All rights reserved.
# Basic brick modules for PAFPN based on CSPLayers
from .yolo_bricks import (
CSPLayerWithTwoConv,
MaxSigmoidAttnBlock,
MaxSigmoidCSPLayerWithTwoConv,
ImagePoolingAttentionModule,
)
__all__ = ['CSPLayerWithTwoConv',
'MaxSigmoidAttnBlock',
'MaxSigmoidCSPLayerWithTwoConv',
'ImagePoolingAttentionModule']