-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: '2D_versatile_fluo' is neither a key or alias for 'StarDist3D' #15
Comments
I've done some poking around. stardist-napari/stardist_napari/_dock_widget.py Line 1000 in da0b89e
If I change the else to StarDist2D then the 2D models start working and 3D fail.Also adding a print(Signal.sender()) returns None so it appears that this is the issue: the if is never triggered so the else is always returned.
|
Thanks for the bug report, @psobolewskiPhD. Unfortunately, I can't reproduce this. (@tlambert03, could this be due to the recent |
Anything possible, but the only thing that changed in #14 was where the import occurred (the object didn't change) |
I had magicgui at 0.3.7 from: https://forum.image.sc/t/stardist-napari-plugin-not-working/65032/8?u=psobolewskiphd |
I can reproduce the issue with magicgui 0.3.7.
Probably the easiest... but I have no idea if this restrictive to some users or not. |
Just updated to the latest version:
With the 2D nuclei sample open launching the plugin gives an error:
ValueError: '2D_versatile_fluo' is neither a key or alias for 'StarDist3D'
Also, the widget shows
Downloading
progress bar, but I don't see any data transmitted. The model should be already on disc, because I can usestardist
programatically just fine...Edit1:
Here's a screenshot:
Edit2:
Using Nuclei 3D and 3D model works fine, so somehow all model choices are compared vs. StarDist3D.
The text was updated successfully, but these errors were encountered: