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

Refactor MultiplexConsumer to MesmerConsumer. #160

Merged
merged 6 commits into from
Mar 3, 2021
Merged

Refactor MultiplexConsumer to MesmerConsumer. #160

merged 6 commits into from
Mar 3, 2021

Conversation

willgraf
Copy link
Contributor

@willgraf willgraf commented Feb 26, 2021

Refactor consumer names and the MULTIPLEX_MODEL to MESMER_MODEL.

This PR also allows the compartment to be passed to .predict using the MESMER_COMPARTMENT environment variable. The outputs are defined by deepcell.applications.Mesmer but will be multiple files in the same zip archive.

However, this introduces an incompatibility with kiosk-imagej-plugin which can only open a single tiff file from the zip file.

deepcell is also updated to 0.9.0 which supports the Mesmer application and drops support for Python 3.5.

Fixes #136.

@willgraf
Copy link
Contributor Author

willgraf commented Feb 26, 2021

Ideally, this PR will also update to use deepcell 0.9.0 which will contain the renamed Mesmer application, but that release is not out yet.

However, the new deepcell version should be backward compatible, so it may not be necessary to wait for the new release.

@willgraf willgraf merged commit a78744a into master Mar 3, 2021
@willgraf willgraf deleted the mesmer branch March 3, 2021 03:00
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.

Add support for multiple compartments in multiplex_consumer
1 participant