Skip to content
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

Check custom model solved with from cellpose import models #237 #262

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

fefossa
Copy link
Contributor

@fefossa fefossa commented Oct 11, 2024

As described in issue #237, when using RunCellpose, the pipeline check accused that a custom model failed to load but the pipeline ran anyway.

Importing the models from cellpose inside validate_module function solved the issue on my end since it had not been imported before.

@AKMHamid
Copy link

AKMHamid commented Dec 2, 2024

As described in issue #237, when using RunCellpose, the pipeline check accused that a custom model failed to load but the pipeline ran anyway.

Importing the models from cellpose inside validate_module function solved the issue on my end since it had not been imported before.

I ran into the same issue when using a custom model (CellProfiler 4.2.8 and CellPose 2.2.3 on Ubuntu 24.04). Adding this one line to the plugin resolved the issue for me too!

@bethac07 bethac07 merged commit 088d8ff into CellProfiler:master Dec 3, 2024
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants