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

Segm m cellpose #8

Closed
wants to merge 3 commits into from
Closed

Conversation

Kraftfahrzeughaftpflichtversicherung
Copy link
Contributor

Here I added Cellpose method into the cellpose component.

Cellpose is imported from txsim.

as an input for the method itself I give

image = sdata['morphology_mip']['scale0'].image.compute().to_numpy()
transformation = sdata['morphology_mip']['scale0'].image.transform.copy()
img_arr = tx.preprocessing.segment_cellpose(image[0], hyperparameters)

as far as you mentioned that we will switch to another input format: it would not be zarr file with iteration across all scales and images, but the cropped image itself. As far as in the pipeline it's still missing, I added it's like that

All test successfully passed
image

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.

2 participants