MONAI icon indicating copy to clipboard operation
MONAI copied to clipboard

AI Toolkit for Healthcare Imaging

Results 637 MONAI issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Need for metrics to evaluate connectivity - particularly useful for evaluation of vascular segmentations **Describe the solution you'd like** Implementation...

Module: metrics
Feature request
WG: Evaluation

**Is your feature request related to a problem? Please describe.** Need for a transform that calculates the skeleton / centre line of a binarised prediction. This is needed to be...

Module: metrics
Feature request
WG: Evaluation

**Is your feature request related to a problem? Please describe.** The panoptic quality allows to account simultaneously in instance segmentation issues for detection and segmentation quality. It requires however to...

Module: metrics
Feature request
WG: Evaluation

**Is your feature request related to a problem? Please describe.** In order to define some instance segmentation related metrics such as panoptic quality, one needs to be able to identify...

Module: metrics
Feature request
WG: Evaluation

**Is your feature request related to a problem? Please describe.** Currently only the F1 metric is implemented but this should be transformed so as to allow for FBeta instead **Describe...

Module: metrics
Feature request
WG: Evaluation

**Is your feature request related to a problem? Please describe.** Currently all the confusion matrix based metrics ask for an already binarized input of prediction with a threshold predecided. In...

Module: metrics
Feature request
WG: Evaluation

**Is your feature request related to a problem? Please describe.** The Metrics Reloaded consortium has classified the metrics in 3 main categories and it would be great to have them...

Module: metrics
Feature request
WG: Evaluation

### Description This PR refactor stain normalization to support channel first input (instead of channel last), and modifies the code to be more readable with more meaningful names. ### Status...

Pathology/Microscopy

**Describe the bug** The default collate function fails when using a `BatchSampler` because datasets given lists of indices or slices return `Subset` instances from `__getitem__`. This doesn't appear to be...

Feature request

Originally posted by **gofmans** April 29, 2022 Hi, I recently encountered an interesting data augmentation technique that could be relevant for segmentation tasks, it's called "copy-paste" augmentation as presented in:...

Module: transform
Feature request