MONAI
MONAI copied to clipboard
AI Toolkit for Healthcare Imaging
A number of submissions to MICCAI 2024 were identified as interesting for inclusion in MONAI core. There are listed here for the consideration of the community and to solicit support...
**Describe the bug** When running the brats_mri_axial_slices_generative_diffusion bundle on MONAI 1.5, inference fails with a weight mismatch error. The autoencoder or diffusion model cannot load the pretrained weights (KeyError for...
The argument network_type is formatted wrongly in the PerceptualLoss docstrings, as shown in: https://docs.monai.io/en/stable/losses.html#perceptualloss.
**Describe the bug** Running `./runtests.sh -u -q --net --coverage` withing the (b5bc69d, dev, release 1.5.1) version of the repo. I am sharing the results of b5bc69d, I will be sending...
**Is your feature request related to a problem? Please describe.** Auto3DSeg uses pickle for communicating between processes. This is safe security-wise but it might be better to not use pickle...
**Is your feature request related to a problem? Please describe.** The Docker image should be updated to use a 25.08 as the base version. **Additional context** Further testing on Blossom...
``` [2025-09-20T21:06:34.990Z] Starting test: test_ahnet_shape_2d_0 (tests.networks.nets.test_ahnet.TestAHNET)... [2025-09-20T22:20:44.737Z] Sending interrupt signal to process [2025-09-20T22:20:44.737Z] Killing processes [2025-09-20T22:20:45.018Z] kill finished with exit code 0 [2025-09-20T22:20:58.768Z] script returned exit code 143 ``` ```...
When installing monai and importing in python 3.13.5, we get a deprecation warning: Python 3.13.5 (main, Jul 28 2025, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-5)] on linux Type "help",...
Fixes #8520. ### Description This adds `torchaudio` as a dependency and changes `SignalRemoveFrequency` to explicitly convert input to double precision, this seems to be needed for new versions. ### Types...
I have 512x512 images/label pairs from which I extract 1 256x256 sample using `RandCropByPosNegLabeld`. In the first epoch, everything is fine: I get a few warnings because some of the...