Replies: 2 comments 6 replies
-
Hi @M1n9X, Thanks for the detailed discussion here. In this video I show how you can do that: dsa-annotation.mp4This is something we need to improve. We need to make sure previous empty jobs don't start on DSA. Hope this helps, |
Beta Was this translation helpful? Give feedback.
-
Hi @diazandr3s I tried to restart both DSA docker and MONAI Label server, but it still did not work.
Note that dsa_worker_1 exited with code 1, i used root account inside docker, i think this might matter. Hope the above info can help you guys for further investigation. |
Beta Was this translation helpful? Give feedback.
-
I'm trying to setup MONAILabel in DSA.
What i have done
by following the official docs under https://github.com/DigitalSlideArchive/digital_slide_archive/tree/master/devops/dsa i have successfully built DSA docker and DSA is now accessible under http://10.100.37.100:8080/
i did not modify the original DSA docker-compose file.
monailabel start_server --app apps/pathology --studies http://10.100.37.100:8080/api/v1
now MONAILabel api is available (port mapping in docker) under http://10.100.37.100:38000/
in DSA Admin console -> Slicer CLI Web -> Import Docker Image CLI Tasks, i used image projectmonai/monailabel-dsa:latest
now i can also access MONAILabel tool in DSA, and i have configured the MONAILabel Address to http://10.100.37.100:38000/
What actually happened
Unlike what i did with QuPath, when i draw a rectangle with Analysis ROI tool and press Submit button or the MONAILabelAnnotation under Analyses drop-down menu, nothing happend.
With further check, i found no response from MONAILabel server (should have printed some logs in console), so i suspect that communication between DSA and MONAILabel server is still not available.
Any suggestion?
Did I miss any step or make wrong configurations? I would appreciate it if more detailed installation info could be provided. Thanks.
Beta Was this translation helpful? Give feedback.
All reactions