Failed to fetch Sample from MONAI Label Server
See original GitHub issueDiscussed in https://github.com/Project-MONAI/MONAILabel/discussions/858
<div type='discussions-op-text'>Originally posted by dyollb July 1, 2022 I am trying MONAILabel for the first time.
I put my images in following hierarchy (I have about 60 images, and 3 labeled images, single label):
- F:\Data\eyes_MONAILabel
- labels
- final
- prefix_001.nii.gz
- prefix_002.nii.gz
- prefix_003.nii.gz
- prefix_001.nii.gz
- prefix_002.nii.gz
- prefix_003.nii.gz
- prefix_004.nii.gz
- prefix_005.nii.gz
- ...
I installed
- slicer preview 5.1.0-2022-06-28, and MONAI plugin
- MONAILabel current main branch (
pip install monai-label
did not work, when I entered the URL in Slicer I got an error)- git clone https://github.com/Project-MONAI/MONAILabel
- pip install torch torchvision --extra-index-url https://download.pytorch.org/whl/cu113
- pip install -e MONAILabel
Starting the server
- first downloed the app
monailabel apps --download --name radiology --output apps
- the start the server
monailabel start_server --app apps/radiology --studies "F:\Data\eyes_MONAILabel" --conf models deepedit
The problem I am having
- I could start the plugin and enter the URL.
- Then I ran
Train
until it reached 100% - Then I pressed
Nex Sample
Since the error pop-up cannot be resized I scrolled down and show the rest of the callstack:
Is this due to incompatible Slicer / Slicer plugin / MONAILabel app / MONAILabel package versions?</div>
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:8 (1 by maintainers)
Top Results From Across the Web
Failed to fetch Sample from MONAI Label Server #858 - GitHub
I am trying MONAILabel for the first time. I put my images in following hierarchy (I have about 60 images, and 3 labeled...
Read more >Failed to fetch MONAI label server - 3D Slicer Community
Expected behavior: Fetch MONAI label server and start Deepedit Actual behavior: failed. I have setuped MONAI & MONAI label at my workstation ...
Read more >API Reference — MONAI Label 0.6.0rc4 Documentation
User APP has to implement this method to provide next sample for labelling. Parameters. request –. JSON object which contains active learning configs...
Read more >MONAI Label - Scribbles Annotation - YouTube
In this video, you'll learn how to start labeling your images using the scribbles method. You'll also learn how to combine scribbles with ......
Read more >AI-Assisted Annotation for Continuous Learning with MONAI ...
Learn how to get started with AI-assisted Annotation using MONAI Label and OHIF or 3D ... You'll also learn how to create your...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sorry for the complications, it was a regression in Slicer Preview Release (Slicer-5.1.x) introduced a few days ago that we have fixed. MONAILabel will work well in Slicer-5.1.x releases downloaded tomorrow or later.
I can confirm this, today I encountered the same error with Slicer 5.1.0-2022-06-28. Downgrading to 5.0.2 temporarily solved the problem.