Arnaud Dhaene
Arnaud Dhaene
Signed off by: Arnaud Dhaene [email protected] Fixes #4204 ### Description An implementation of a slight variation of the boundary-aware `ShapeLoss` described in [Huang et al., 2021](https://ieeexplore.ieee.org/document/9433775). ### Status **Work in...
* linting with flake8 and custom `tox.ini` configuration * typing for utils and dataset * fix grayscale scenario * improved readability * added `requirements.txt`
Add support for `predict_proba` when using a Classifier that supports it as the internal Metalearner model. Mentioned in #694
**Is your feature request related to a problem? Please describe.** I would like to have the shape-aware loss from [Huang et al., 2021](https://ieeexplore.ieee.org/document/9433775) implemented in MONAI. **Describe the solution you'd...