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
We should wrap long running computation into a thread worker, so that it does not block the viewer, and that a progress bar / "I am working sign" is shown.
Ok, I had a strangely difficult time combining a thread worker with an indeterminate progress bar in the napari plugin widget. Here's what it should look like: ...
Just to clarify: the solution you posted here is now working, correct?
We should wrap long running computation into a thread worker, so that it does not block the viewer, and that a progress bar / "I am working sign" is shown.
See pyapp-kit/magicgui#579 for how to do that with magicgui.
For now, we could try it where the model is loaded in the 2d annotation tool, https://github.com/computational-cell-analytics/micro-sam/blob/master/micro_sam/sam_annotator/annotator_2d.py#L225 and will eventually refcator it.
The text was updated successfully, but these errors were encountered: