SlicerMONAIViz icon indicating copy to clipboard operation
SlicerMONAIViz copied to clipboard

Minor fixes for encoding and call of undefined methods

Open che85 opened this issue 2 years ago • 3 comments

fixes #32 fixes #30

che85 avatar Oct 12 '23 18:10 che85

I was having issues without the encoding... https://github.com/Project-MONAI/SlicerMONAIViz/pull/26

wyli avatar Oct 12 '23 20:10 wyli

@wyli That's odd. I tested without the encoding on MacOS and Redhat Linux and it works for me.

che85 avatar Oct 13 '23 03:10 che85

Tested locally, and this makes the plugin usable in Linux. Tested with Slicer release 5.6.1.

EDIT: Not really, cannot make it work with just LoadImaged, it crashes with no message.

====================================================================
Run:: monai.transforms.LoadImaged(keys=['image', 'label'], ensure_channel_first=True)
====================================================================
error: [/path/Slicer-5.6.1-linux-amd64/bin/SlicerApp-real] exit abnormally - Report the problem.

phcerdan avatar Jan 17 '24 17:01 phcerdan