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

Local Deepcell or Cellpose server for larger tile segmentation #1035

Open
jamesMo84 opened this issue Aug 8, 2023 · 2 comments
Open

Local Deepcell or Cellpose server for larger tile segmentation #1035

jamesMo84 opened this issue Aug 8, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@jamesMo84
Copy link

Hi,
Great package, I've started applying the pipeline to TMA cores but am running into the issue with Deepcell Kiosk max tile size of 2048x2048.
Is there scope to specify a local segmentation server (DeepCell or Cellpose) into ark.utils.deepcell_service_utils to overcome this tile size limit?
how does one find and call the host name from alocal Deepcell server installed as per https://github.com/vanvalenlab/deepcell-tf

@jamesMo84 jamesMo84 added the enhancement New feature or request label Aug 8, 2023
@ngreenwald
Copy link
Member

Hi @jamesMo84,
There's currently not a way baked into the notebook to rely on a local installation of Mesmer/Cellpose, mostly because it would significantly increase the complexity of the dependencies. However, if you already have a local segmentation solution set up to process large images, you'd just need to name them appropriately so that the rest of the notebook could read them in and process them. You can then skip the cell that formats and uploads for the deepcell server, and do the process yourself.

There's also a dedicated repo with a containerized version: https://github.com/vanvalenlab/deepcell-applications

@Samlee-xx
Copy link

Hi, @jamesMo84
Have you solved your problem? I encounter the same problem,too. I will appreciate if you can share some experience.
Thanks a lot !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants