MONAI
MONAI copied to clipboard
AI Toolkit for Healthcare Imaging
Fixes # . ### Description A few sentences describing the changes proposed in this pull request. ### Status **Ready/Work in progress/Hold** ### Types of changes - [x] Non-breaking change (fix...
**Is your feature request related to a problem? Please describe.** This is a part of the overall ticket https://github.com/Project-MONAI/MONAI/issues/4743 Task - Implement a algorithm selector acting as a placeholder for...
**Is your feature request related to a problem? Please describe.** It should be possible to abort/finalize a running Trainer by calling the API (rather than ctr+C). This will be helpful...
**Is your feature request related to a problem? Please describe.** Currently, [SupervisedTrainer](https://github.com/Project-MONAI/MONAI/blob/d34fa14eed3191126fc1bc1a9751e69e0396f78b/monai/engines/trainer.py#L64) supports controlling the number of iterations by adjusting `epoch_length` and `max_epochs`. It would be nice to be able...
Hi, Is there any interest in adding the ConvNeXt architecture to MONAI? It is a modern version of a ConvNet using current best practices based on this paper: https://arxiv.org/abs/2201.03545. The...
**Describe the bug** Hi, when I use the monai label example app with the pretrained segmentation model for multi-label, I face this problem: ``` 2022-08-03 11:03:33.426 | INFO | monai.transforms.utils:get_largest_connected_component_mask:961...