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
Shows quickly the image and then dies with the following:
Traceback (most recent call last):
File "/home/markus/venvs/napari/bin/napari", line 8, in
sys.exit(main())
^^^^^^
File "/home/markus/venvs/napari/lib/python3.12/site-packages/napari/main.py", line 584, in main
_run()
File "/home/markus/venvs/napari/lib/python3.12/site-packages/napari/main.py", line 383, in _run
first_dock_widget = viewer.window.add_plugin_dock_widget(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/markus/venvs/napari/lib/python3.12/site-packages/napari/_qt/qt_main_window.py", line 1081, in add_plugin_dock_widget
wdg = _instantiate_dock_widget(
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/markus/venvs/napari/lib/python3.12/site-packages/napari/_qt/qt_main_window.py", line 1894, in _instantiate_dock_widget
return wdg_cls(**kwargs)
^^^^^^^^^^^^^^^^^
File "/home/markus/venvs/napari/lib/python3.12/site-packages/napari_segment_anything/_widget.py", line 71, in init
self._mask_layer = self._viewer.add_labels(
^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/markus/venvs/napari/lib/python3.12/site-packages/napari/utils/_proxies.py", line 194, in call
return self.create(self.wrapped(*args, **kwargs))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: add_labels() got an unexpected keyword argument 'color'
WARNING: QThread: Destroyed while thread is still running
13:20:16 : WARNING : MainThread : QThread: Destroyed while thread is still running
Aborted (core dumped)
Terveisin, Markus
The text was updated successfully, but these errors were encountered:
Dear Developers,
I have ubuntu linux 24.04 and did run the following:
Now running in segment-anything directory with their dog
(from https://github.com/facebookresearch/segment-anything.git)
napari images/dog.jpg -w napari-segment-anything 'Segment Anything'
Shows quickly the image and then dies with the following:
Terveisin, Markus
The text was updated successfully, but these errors were encountered: