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

Pre segmentation label suggestions? #81

Open
rmdocherty opened this issue Aug 15, 2023 · 1 comment
Open

Pre segmentation label suggestions? #81

rmdocherty opened this issue Aug 15, 2023 · 1 comment
Assignees
Labels
backend Flask backend/HTTP responses enhancement New feature or request investigation Tasks that need exploration/research
Milestone

Comments

@rmdocherty
Copy link
Contributor

Compute some sort of k-means with estimated n_phases (or user supplied), pick outliers from that (or not outliers) and ask user to label them before any segmentation takes place. Related to #80

@rmdocherty rmdocherty added enhancement New feature or request backend Flask backend/HTTP responses labels Aug 15, 2023
@rmdocherty rmdocherty added this to the SAMBA1.5 milestone Aug 15, 2023
@rmdocherty rmdocherty self-assigned this Aug 15, 2023
@rmdocherty
Copy link
Contributor Author

Maybe just compute intensity distribution, split into N(=6) chunks and ask user to label around the median pixel of each bin. Logic here is that usually intensity distribution reflects classes and there aren't more than 6 classes anyway. Also, N doesn't need to have any link to the actual N_phases because all we're asking the user to label them anyway. Can do this after the featurisation step for each image?

@rmdocherty rmdocherty added the investigation Tasks that need exploration/research label Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Flask backend/HTTP responses enhancement New feature or request investigation Tasks that need exploration/research
Projects
None yet
Development

No branches or pull requests

1 participant