-
Notifications
You must be signed in to change notification settings - Fork 196
"Inference Task is not Initialized. There is no model 'deepedit_seg' available" #1187
Replies: 1 comment · 4 replies
-
can you paste more logs from the monailabel server |
Beta Was this translation helpful? Give feedback.
All reactions
-
yes of course: these are the whole logs: `Using PYTHONPATH=/home/vincent.ochs/miniconda3/envs: 2022-12-06 11:59:57,595 - USING:: version = False Thank you very much! |
Beta Was this translation helpful? Give feedback.
All reactions
-
Infer Request: {'model': 'deepedit_seg', 'image': 'pancreas_336', 'result_extension': '.nrrd', 'result_dtype': 'uint8', 'client_id': 'user-xyz'} The request from 3D slicer.. after changing the model when I started the server.. u didn't refresh the 3D slicer.. there is a refresh button next to server url.. In your browser u can see possible models that are available for infer or training.. by visiting server:port/info |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
No, after I have ran the command I updated 3D slicer by pressing the refresh button next to server url. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Update: Not refreshing the URL helped, but closing 3D Slicer entirely and re-opening it helped. Thanks a lot for pointing out on that ! |
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
I try to segment my images by using the segmentation model..
Here is what I did:
monailabel start_server --app apps/radiology --studies datasets/Task07_Pancreas/imagesTr --conf models segmentation
When pressing "run" on 3DSlicer I get the following error:
monailabel.interfaces.exception.MONAILabelException: (<MONAILabelError.INVALID_INPUT: 'INVALID_INPUT'>, "Inference Task is not Initialized. There is no model 'deepedit_seg' available")
Any Idea what I need to do?
Beta Was this translation helpful? Give feedback.
All reactions