Run monai label through a server, gets stuck at line (monailabel.datastore.local:130) - Auto Reload: True; #1696
-
Hello!! I then run I get this output, and then the code remains stuck, no errors, no other information. It is not even creating the "datastore_v2.json" file. On a local server it was working properly in seconds. Thank you in advance :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @Giulia-dedo, Thanks for sharing these details. Let us know |
Beta Was this translation helpful? Give feedback.
I found out that the problem was with the binding. By binding to
export SINGULARITY_BIND="/nvme/giulia/MONAI_label_MergedFolder:/data/radiology"
(with "data" being a previously non existing/used folder), and consequently runningmonailabel start_server -a ./code/app/radiology -s /data/radiology/T1gadoALL/monailabel/ --conf models segmentation
it works. I do not exactly understand why, but as long as it works I'm happy.Now I have to find a way to create a different link to the server, as the program now outputs http://0.0.0.0:8000 which doesn't work for me, but is a issue unrelated with the topic of the conversation. I consider this issue resolved, thanks for the feedback