AbigailMcGovern / iterseg

napari plugin for iteratively improving 3D instance segmentation of cells (u-net x watershed)
BSD 3-Clause "New" or "Revised" License
9 stars 1 forks source link

Predict widget fails at iterseg/._dock_widgets line 444 #3

Closed AbigailMcGovern closed 1 year ago

AbigailMcGovern commented 1 year ago

Issue

Currently, running the widget through the GUI or a scrip results in the following error + napari being killed.

/Users/abigailmcgovern/mambaforge/envs/iterseg/lib/python3.11/multiprocessing/resource_tracker.py:224: UserWarning: resource_tracker: There appear to be 2 leaked semaphore objects to clean up at shutdown
  warnings.warn('resource_tracker: There appear to be %d '

Appears to be related to the threadworker which is imported from napari.qt.

Versions

Python: 3.11.4 napari: 0.4.18 pyqt: 5.15.7

AbigailMcGovern commented 1 year ago

Just a debugging issue :)