Would be great to see the Boundary loss (http://proceedings.mlr.press/v102/kervadec19a.html) introduced into MONAI. Would require a `Transform` to produce distance maps from labels similar to this function - https://github.com/LIVIAETS/boundary-loss/blob/749602d822fcb097c79a7fb708805b8982c37030/utils.py#L260 and two `Loss` classes which could be based off of these implementations: https://github.com/LIVIAETS/boundary-loss/blob/749602d822fcb097c79a7fb708805b8982c37030/losses.py#L76 https://github.com/LIVIAETS/boundary-loss/blob/749602d822fcb097c79a7fb708805b8982c37030/losses.py#L99
Would be great to see the Boundary loss (http://proceedings.mlr.press/v102/kervadec19a.html) introduced into MONAI. Would require a
Transformto produce distance maps from labels similar to this function - https://github.com/LIVIAETS/boundary-loss/blob/749602d822fcb097c79a7fb708805b8982c37030/utils.py#L260 and twoLossclasses which could be based off of these implementations:https://github.com/LIVIAETS/boundary-loss/blob/749602d822fcb097c79a7fb708805b8982c37030/losses.py#L76
https://github.com/LIVIAETS/boundary-loss/blob/749602d822fcb097c79a7fb708805b8982c37030/losses.py#L99