Auto segmentation Internal Server Error 500 #1846
Unanswered
MrCalculus17
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using the MonaiLabel extension in 3D Slicer, and whenever I try to run the auto segmentation feature through the radiology app, it gives me the following error:
Failed to run inference in MONAI Label Server.
Message: Status: 500; Response: Internal Server Error
Traceback (most recent call last):
File "C:/Users/mrcal/AppData/Local/slicer.org/Slicer 5.8.1/slicer.org/Extensions-33241/MONAILabel/lib/Slicer-5.8/qt-scripted-modules/MONAILabel.py", line 1565, in onClickSegmentation
result_file, params = self.logic.infer(model, image_file, params, session_id=self.getSessionId())
File "C:/Users/mrcal/AppData/Local/slicer.org/Slicer 5.8.1/slicer.org/Extensions-33241/MONAILabel/lib/Slicer-5.8/qt-scripted-modules/MONAILabel.py", line 2397, in infer
result_file, params = client.infer(model, image_in, params, label_in, file, session_id)
File "C:\Users\mrcal\AppData\Local\slicer.org\Slicer 5.8.1\slicer.org\Extensions-33241\MONAILabel\lib\Slicer-5.8\qt-scripted-modules\MONAILabelLib\client.py", line 344, in infer
raise MONAILabelClientException(
MONAILabelLib.client.MONAILabelClientException: (1, 'Status: 500; Response: Internal Server Error')
I'm not sure what the issue is, but I am using the segmentation model. I've trained it before with previously segmented data. I've also tried using the other models, but they give the same error.
Beta Was this translation helpful? Give feedback.
All reactions