Spaces:
Running
on
T4
Running
on
T4
# 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'] | |