Skip to content

Cannot submit label on new ohif update #1596

Discussion options

You must be logged in to vote

1. I resolved the study ID issue by manually uploading my Images to Orthanc using the GUI (through the upload button when accessing orthanc on localhost:8042)

The way I originally did it was by using pynetdicom
python -m pynetdicom storescu 127.0.0.1 4242 images_folder_name -aet MONAILABEL -r
which is way more convenient (because I can just upload all images in one line) but not monai friendly.

2. I figured why the segmentation pannel was not showing
You need to use 2 or more labels in your model config file (Im talking about self.labels in radiology/lib/config/segmentation_unetr.py).
Example:
self.labels = {"background":0, "Blood Vessel": 1}

Replies: 4 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
8 replies
@JackTheSturgeon
Comment options

@diazandr3s
Comment options

@JackTheSturgeon
Comment options

@diazandr3s
Comment options

@JackTheSturgeon
Comment options

Comment options

You must be logged in to vote
1 reply
@diazandr3s
Comment options

Answer selected by JackTheSturgeon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants