vis4d.op.fpp.dla_up

DLA-UP.

TODO(fyu) need clean up and update to the latest interface.

Functions

fill_up_weights(up_layer)

Initialize weights of upsample layer.

Classes

DLAUp(in_channels[, out_channels, ...])

DLAUp.

IDAUp(use_dc, o, channels, up_f)

IDAUp.

class DLAUp(in_channels, out_channels=None, start_level=0, end_level=-1, use_deformable_convs=True)[source]

DLAUp.

Creates an instance of the class.

forward(features)[source]

Forward.

Return type:

list[Tensor]

class IDAUp(use_dc, o, channels, up_f)[source]

IDAUp.

Creates an instance of the class.

forward(layers, startp, endp)[source]

Forward.

Return type:

None

fill_up_weights(up_layer)[source]

Initialize weights of upsample layer.

Return type:

None