Christian Herz
Christian Herz
Hi there, I am not sure if you mentioned it somewhere, but I was thinking about adding information about hyperparameters to my summaries. Problem is, that I already have 20+...
The above mentioned method leaves the impression that developers could define the output directory to which the delivered file should be copied. Looking at [1] I noticed, that the parameter...
In order to be able to use as few parameters as possible, we need to define some defaults for the following parameters: - skipEmptySlices - compress - cropSegmentsBBox (which is...
Is there a way to create a session by uploading multiple image files? As of now, it seems that there is only one "image" uploaded.
## Summary I noticed that when using the parameterNodeWrapper, for every node reference a same-named parameter is added to the slicer.vtkMRMLScriptedModuleNode which at any given time is empty. ## Steps...
## Summary I just created a new module using the ExtensionWizard. I name the module `ParameterNodeTestModuleParameterNode`. When calling the module, then leaving the module and changing the `imageThresholdSliderWidget` value, the...
## Summary ParameterNodeWrapper does not restore combobox choice on reenter and/or reload. ## Steps to reproduce 1. Create new scripted module 2. Add ``` @parameterNodeWrapper class ParameterNodeTestModuleParameterNode: ... someOption: Annotated[str,...
**Describe the bug** `python -m monai.apps.nnunet nnUNetV2Runner train_single_model --input_config "./input.yaml" --config "2d" --fold 0 --gpu_id {MIG_UUID}` When providing the UUID of the MIG device as gpu_id, I am getting the...