You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to add a backend support so the extension runs using a GPU on a different machine e.g.:
The user installs the backend, e.g. flask server, and required libs
In 3D Slicer, a user adds the GPU server, the extension sends the input image and other parameters, the backend runs the segmentation task, and sends the result back to 3D Slicer.
The text was updated successfully, but these errors were encountered:
I agree that this can be useful and there is an example flask server for TotalSegmentator v1, so it would not be that much work. However, from the example of MONAILabel we see that very few users can and are interested in setting up a server (even if it is just a single docker command).
Therefore, I would not invest time into this myself, but would be happy to merge a pull request that adds the frontend implementation to this extension and describes how to set up your own server.
It would be nice to add a backend support so the extension runs using a GPU on a different machine e.g.:
The text was updated successfully, but these errors were encountered: