lassoan / SlicerMONAIAuto3DSeg

Extension for 3D Slicer for running MONAI Auto3DSeg models
MIT License
66 stars 10 forks source link

Send processing output from remote segmentation server to client #85

Open lassoan opened 1 month ago

lassoan commented 1 month ago

When segmenting on remote server, the user does not see anything of the processing result on the client side, so users may miss some warning messages or other useful information.

It would be nice if progress information could be displayed continuously, but if that was hard to implement then at least the segmentation process output should be sent to the client on completion so that it can be displayed to the user.