Eric Kerfoot

Results 45 issues of Eric Kerfoot

**Describe the bug** The `Invertd` class relies on a list of applied transforms stored in dictionaries or `MetaTensor` instances to know which transforms to invert and with what parameters. This...

bug
Module: transform

**Is your feature request related to a problem? Please describe.** There are a lot of annotations in the code for disabling type checking by mypy and pytype. Some of these...

The `tests` directory has gotten large over time as we've added new components with their test cases. It's absolutely a good thing to have thorough testing but as a almost-flat...

enhancement
Low risk
Contribution wanted
refactor

I have copied out testing data from [this release](https://github.com/Project-MONAI/MONAI-extra-test-data/releases/tag/0.8.1) into a HuggingFace dataset [here](https://huggingface.co/datasets/MONAI/testing_data). I propose that we change our URLs in the tests to use these locations instead, and...

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...

**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...

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...

### Description This PR is an experiment at refactoring the CICD tests to reduce code volume in the yaml files and possibly test with a Github-hosted GPU runner. Branch rules...

**Describe the bug** RetinaNet seems to require the `onnxruntime` package to export and verify the network. This doesn't seem to be the case for other networks. This causes tests to...