↓ 3 callersMethodembed Given encoding indices of shape [B,D,H,W,1] embeds them in the quantized space [B, D, H, W, self.embedding_dim] and reshapes them to
monai/networks/layers/vector_quantizer.py:128
↓ 3 callersFunctionerode Erode 2D/3D binary mask. Args: mask: input 2D/3D binary mask, [N,C,M,N] or [N,C,M,N,P] torch tensor or ndarray. filter_size:
monai/transforms/utils_morphological_ops.py:26
↓ 3 callersFunctionget_morphological_filter_result_t Apply a morphological filter to a 2D/3D binary mask tensor. Args: mask_t: input 2D/3D binary mask, [N,C,M,N] or [N,C,M,N,P] torch te
monai/transforms/utils_morphological_ops.py:90
↓ 3 callersMethodgrid_anchors Every combination of (a, (g, s), i) in (self.cell_anchors, zip(grid_sizes, strides), 0:spatial_dims) corresponds to a feature map.
monai/apps/detection/utils/anchor_utils.py:217