vanvalenlab / kiosk-console

DeepCell Kiosk Distribution for Kubernetes on GKE and AWS
https://deepcell-kiosk.readthedocs.io
Other
35 stars 6 forks source link

Add MultiplexSegmentation consumer and zip consumer. #420

Closed willgraf closed 3 years ago

willgraf commented 3 years ago

The Multiplex consumer is a new job type that segments images based on 2 input channels, nuclear and cytoplasm. There are several files that are changed to add the new job:

For more information on the details of the job, see deepcell.applications.MultiplexSegmentation.


This PR may serve as a future example of all the necessary changes required for adding new job types.