File size: 687 Bytes
3e99b05
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
detrex.layers
##############################

.. currentmodule:: detrex.layers
.. automodule:: detrex.layers
    :members: 
        MultiheadAttention,
        MultiScaleDeformableAttention,
        ConditionalSelfAttention,
        ConditionalCrossAttention,
        GenerateDNQueries,
        apply_label_noise,
        apply_box_noise,
        FFN,
        MLP,
        PositionEmbeddingSine,
        PositionEmbeddingLearned,
        LayerNorm,
        get_sine_pos_embed,
        BaseTransformerLayer,
        TransformerLayerSequence,
        ConvNormAct,
        box_cxcywh_to_xyxy,
        box_xyxy_to_cxcywh,
        box_iou,
        generalized_box_iou,
        masks_to_boxes,