↓ 1 callersFunctioncomplex_diff_abs_loss First compute the difference in the complex domain, then get the absolute value and take the mse Args: x, y - B, 2, H, W real va
monai/losses/sure_loss.py:21
↓ 1 callersMethodcompute_map(self, x, class_idx=None, retain_graph=False, layer_idx=-1, **kwargs)
monai/visualize/class_activation_maps.py:361
↓ 1 callersFunctioncompute_mmd Args: y: first sample (e.g., the reference image). Its shape is (B,C,W,H) for 2D data and (B,C,W,H,D) for 3D. y_pred: second samp
monai/metrics/mmd.py:43
↓ 1 callersFunctioncompute_ms_ssim Args: y_pred: Predicted image. It must be a 2D or 3D batch-first tensor [B,C,H,W] or [B,C,H,W,D]. y: Reference image.
monai/metrics/regression.py:554
↓ 1 callersFunctiondilate Dilate 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:58
↓ 1 callersFunctiondilate_t Dilate 2D/3D binary mask with data type as torch tensor. Args: mask_t: input 2D/3D binary mask, [N,C,M,N] or [N,C,M,N,P] torch tenso
monai/transforms/utils_morphological_ops.py:153
↓ 1 callersFunctionerode_t Erode 2D/3D binary mask with data type as torch tensor. Args: mask_t: input 2D/3D binary mask, [N,C,M,N] or [N,C,M,N,P] torch tensor
monai/transforms/utils_morphological_ops.py:130
↓ 1 callersMethodfilter_green_channel(
self, img_np, green_thresh=200, avoid_overmask=True, overmask_thresh=90, output_type="bool"
)
monai/apps/nuclick/transforms.py:233