Replies: 2 comments 3 replies
-
Push your images some dicom Web (Orthanc) and use ohif viewer which is as part of monailabel server In later stages depending on your use-case you can directly consume rest apis and integrate the functionality in your own client.. what we provided is only few reference implementation :) |
Beta Was this translation helpful? Give feedback.
-
Hi @Zrrr1997, Thanks for opening this discussion. We're happy you find MONAI Label useful :)
You could start the MONAI Label server on a GPU-based machine and then connect to it using Slicer. For that, you need to make sure the port is opened (i.e. port 8000) and the firewall allows you to connect from the internet. Is that possible in your step up?
Another option is OHIF, for that you don't need to install anything. However, you don't have all the manual annotation tools available in Slicer. In order to use OHIF, you should have the DICOMWeb server (i.e. Orthanc) up and running as well. |
Beta Was this translation helpful? Give feedback.
-
Dear MONAILabel team,
thanks for the great project, the more I read about it and use it, the more I realize how awesome it is!
I have been playing around with the tutorials and with the MSD datasets to get to know the basic functionality.
I was wondering whether it is possible to run 3D Slicer with the MONAILabel extension on a remote server and interact with the GUI the same way one would on a local machine. Currently, I have only tested this with X11 forwarding, which is very dependent on the bandwidth and leads to high latency feedback from the remote server. Another option I have considered is using SlicerJupyter, but this limits the interaction even more.
3D Slicer offers a very intuitive interface for interaction but it lacks remote server support. Would it be more realistic to simply use the OHIF option or build your own viewer with the REST-ful API? Or are there some options with Slicer's interface which already support this functionality?
Best,
Zdravko
Beta Was this translation helpful? Give feedback.
All reactions