Spaces:
Runtime error
Runtime error
| 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, |