vis4d.op.layer

layers op module.

Modules

attention

Attention layer.

conv2d

Wrapper for conv2d.

csp_layer

Cross Stage Partial Layer.

deform_conv

Wrapper for deformable convolution.

drop

DropPath (Stochastic Depth) regularization layers.

mlp

MLP Layers.

ms_deform_attn

Multi-Scale Deformable Attention Module.

patch_embed

Image to Patch Embedding using Conv2d.

positional_encoding

Positional encoding for transformer.

transformer

Transformer layer.

util

Utility functions for layer ops.

weight_init

Model weight initialization.