Closed lukasvdstricht closed 2 years ago
@masadcv can you please check on this..
Hi @lukasvdstricht,
Thanks for opening this issue. I've tested version 0.4.2 and I've experienced the same issue as @MrMarkusJ did: https://github.com/Project-MONAI/MONAILabel/discussions/957#discussioncomment-3516907
We'll fix this ASAP.
In the meantime, I suggest you use version 0.4.1 (pip install monailabel==0.4.1
) - I've tested and it's working fine.
Hi @diazandr3s
Thank you! Downgrading MONAILabel to version 0.4.1 indeed does the trick.
Kind regards
Lukas
Hi @SachidanandAlle, @diazandr3s and @lukasvdstricht
This is related to the fix I had for MetaTensor (https://github.com/Project-MONAI/MONAILabel/pull/915) Can you try again with latest from main and let me know if the problem still persists?
@SachidanandAlle , we may want to release a version of MONAI Label with this fix to avoid any similar issues for others
Closing this in favor of #908 which has already been addressed. Please reopen if you see this is not resolved with latest main.
Hi
We are exploring the MONAILabel extension in Slicer 5.0.3 and stumbled upon a problem. We got through the installation and were able to make a connection between the MONAILabel server on the local host and the Slicer application. To explore the functionality of the plug-in, we first decided to work a bit with the exemplary server from the MONAILabel documentation:
monailabel start_server --app radiology --studies Task09_Spleen/imagesTr --conf models deepedit
Problem description
This seems to work fine until we try to draw scribbles. The drawing of the scribbles works fine. But as soon as we click the update button in the Scribbles section, the following error pops up:
The details of this error are the following:
The terminal logs are given below
The other features of the MONAILabel module seem to be working perfectly: autosegmentation, growing from seeds, SmartEditing, submitting labels... It's only the Scribbles functionality that we are having trouble with.
Specifications
We are actually working on a Google Cloud Virtual Machine: we are running the MONAILabel server on this VM and via SSH forward it through to our local host. On this local host, we are running Slicer 5.0.3. To give some more context, here are some specifications about both the local machine and the VM: Local machine:
Virtual machine:
I hope this helps!
Thanks in advance!