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 #9

Merged
merged 5 commits into from
Nov 22, 2024
Merged

Segm m cellpose #9

merged 5 commits into from
Nov 22, 2024

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

Copy link
Contributor

@LouisK92 LouisK92 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you please get rid of all things in tmp that you committed?

@LouisK92 LouisK92 merged commit 7f6c798 into main Nov 22, 2024
12 checks passed
@LouisK92 LouisK92 deleted the segm_m_cellpose branch November 22, 2024 17:26
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