Christian Herz

Results 20 issues of Christian Herz

After installing SlicerJupyter from the ExtensionManager and restarting Slicer, Slicer crashes at bootup time. (@lassoan, @jcfr). See the problem report below. When manually removing SlicerJupyter from the Extensions directory, Slicer...

**Is your feature request related to a problem? Please describe.** I trained a model with the Auto3dSeg Autorunner and was trying to run inference using the SlicerMONAIAuto3DSeg extension (https://github.com/lassoan/SlicerMONAIAuto3DSeg). ```...

Hello, I have been trying to run multiple folds in parallel but the processes sometimes randomly fail after x number of epochs (can be 90 epochs but also 460 epochs,...

Users should be allowed to unlock a readonly measurement report. Of the following things need to be taken care: - [x] don't touch the original measurement report or segmentation -...

enhancement

- [ ] when downloading a docker image (right now the UI freezes for a while which makes it less attractive to use) - [ ] if Docker daemon is...

After installing dependencies with `MONAIVizLogic.installMONAI()` and then importing monai, I am getting the following errors. ``` >>> import monai Traceback (most recent call last): File "/Applications/Slicer-5.4.0_stable.app/Contents/lib/Python/lib/python3.9/site-packages/monai/utils/module.py", line 210, in load_submodules...

I was able to install it on Linux, but when trying to edit transform, I am getting the following error: ![image](https://github.com/Project-MONAI/SlicerMONAIViz/assets/10195822/de2b96f0-4c1e-4803-88a2-d820616fe615) ``` Selected Transform for Edit: 0 Traceback (most recent...

After installing the extension and running it for the first time, `monai` python package is not installed. The following two methods do not exist: https://github.com/Project-MONAI/SlicerMONAIViz/blob/9dd9dc21aaef0bb44c233308ff843595dc0ffa9b/MONAIViz/MONAIViz.py#L842

@fedorov Slicetracker still has a dependency to SlicerProstate because of the SegmentationSmoothing which is needed for the result of DeepInfer. Since there is the Segment Editor, would it make sense...

question