lassoan / SlicerMONAIAuto3DSeg

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

Add more informative progress reporting #81

Open lassoan opened 1 month ago

lassoan commented 1 month ago

On my computer with a GPU all segmentations complete within 1-2 minutes, with a log message printed every couple of seconds (the longest wait between two messages is maybe 10 seconds).

However, the messages are good for showing that something is happening, but they do not give a good indication of how much longer the segmentation will take.

It could be nice to implement overall progress reporting (tqdm reporting is done during inference, but that usually takes a couple of seconds, so again not much info about the overall progress).