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

segementation using cell pose #547

Open
yas92 opened this issue Apr 19, 2024 · 1 comment
Open

segementation using cell pose #547

yas92 opened this issue Apr 19, 2024 · 1 comment

Comments

@yas92
Copy link

yas92 commented Apr 19, 2024

I used cell pose for segmentation using MCMICRO and found that some cells are undersegmented while viewing in segmentation mask.
Is there any threshold to adjust in param.yml file.

Your response will be very appreciated.
param.yml.txt

@kbestak
Copy link
Contributor

kbestak commented Apr 19, 2024

Hi, I would suggest adjusting the diameter, flow_threshold and cellprob_threshold parameters for Cellpose. Here, you can find the explanations of those three parameters.
You can provide the parameters to the pipeline with the options block in the params file, like this:

workflow:
  start-at: segmentation
  stop-at: downstream
  viz: true
  segmentation-recyze: false
  segmentation: cellpose
  downstream: scimap
options:
  cellpose: --pretrained_model cyto --no_npy --diameter 20 --flow_threshold 0.6

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

No branches or pull requests

2 participants