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

Add mask weights from Cellpose #5

Open
kabilar opened this issue Apr 14, 2023 · 0 comments
Open

Add mask weights from Cellpose #5

kabilar opened this issue Apr 14, 2023 · 0 comments

Comments

@kabilar
Copy link
Collaborator

kabilar commented Apr 14, 2023

Currently the mask weights are set to 1 (source code).

mask_weights = np.full_like(mask_zpix, 1)

Update the line above to use the mask weights returned from Cellpose (i.e. flows).

Previously discussed here.

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

1 participant