Internal Server Error with RENAL substructure segmentation #1235
Replies: 2 comments 3 replies
-
Hi @RotoDrache , I didn't see this issue before, looking at the logs, it seems the plugin has a connection issue with MONAI Label server. |
Beta Was this translation helpful? Give feedback.
-
Your suggestions seemed to have corrected the posted issue so many thanks but now I'm running into new error related to gpu memory I think the error that appears is My setup is modest
Any suggestions most appreciated |
Beta Was this translation helpful? Give feedback.
-
I am trying to use the Use Case 2: Bundle with Customized Scripts for Renal Substructure Segmentation in the QUICKSTART menu to segment the kidney.
I have installed monailabel in conda env. and have followed the steps in the quickstart but am getting the following error when I try to run auto segmentaton
Traceback (most recent call last):
File "/home/sam/Desktop/Slicer-5.3.0-2022-12-26-linux-amd64/NA-MIC/Extensions-31480/MONAILabel/lib/Slicer-5.3/qt-scripted-modules/MONAILabel.py", line 1496, in onClickSegmentation
result_file, params = self.logic.infer(model, image_file, params, session_id=self.getSessionId())
File "/home/sam/Desktop/Slicer-5.3.0-2022-12-26-linux-amd64/NA-MIC/Extensions-31480/MONAILabel/lib/Slicer-5.3/qt-scripted-modules/MONAILabel.py", line 2231, in infer
result_file, params = client.infer(model, image_in, params, label_in, file, session_id)
File "/home/sam/Desktop/Slicer-5.3.0-2022-12-26-linux-amd64/NA-MIC/Extensions-31480/MONAILabel/lib/Slicer-5.3/qt-scripted-modules/MONAILabelLib/client.py", line 199, in infer
raise MONAILabelException(
MONAILabelLib.client.MONAILabelException: (2, "Status: 500; Response: b'Internal Server Error'")
Any help would be most appreciated
Beta Was this translation helpful? Give feedback.
All reactions