Describe the bug
the basic logic in
|
def compute_meandice( |
|
y_pred: torch.Tensor, y: torch.Tensor, include_background: bool = True, ignore_empty: bool = True |
|
) -> torch.Tensor: |
|
def compute_meaniou( |
|
y_pred: torch.Tensor, y: torch.Tensor, include_background: bool = True, ignore_empty: bool = True |
|
) -> torch.Tensor: |
don't include any metrics reduction logic, so their names shouldn't contain 'mean'.
Describe the bug
the basic logic in
MONAI/monai/metrics/meandice.py
Lines 106 to 108 in bc09a4c
MONAI/monai/metrics/meaniou.py
Lines 106 to 108 in bc09a4c
don't include any metrics reduction logic, so their names shouldn't contain 'mean'.