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

Define and visualize occupancy statistic metrics #30

Draft
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

alex-l-kong
Copy link
Contributor

What is the purpose of this PR?

Addresses first section of #27. Investigate the nature of occupancy statistics on the TNBC cohort.

How did you implement your changes

The first and most simple method to try is to define a grid of tiles on each image, then compute the number of cell counts in each. A cell is determined to fall within a tile if its centroid lies within its boundaries. Then, define a tile as positive if it falls above a certain threshold.

Perform grid search over number of tiles and positive threshold to see which one hits the sweet spot.

Remaining issues

If raw counts fail, then investigate distribution-related metrics such as entropy.

@alex-l-kong alex-l-kong self-assigned this Feb 14, 2024
@alex-l-kong alex-l-kong marked this pull request as draft March 5, 2024 23:29
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.

1 participant