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

Issue and tissue #368

Open
wants to merge 71 commits into
base: dev
Choose a base branch
from
Open

Issue and tissue #368

wants to merge 71 commits into from

Conversation

matte-esse
Copy link
Collaborator

These addition allow to specify a list RoI labels that shuold be treated as issues (artifacts), meaning that should be excluded in the tile extraction.

Inside wsi the artifact RoIs are still stored in their normal form but the new utils.invert_roi function invert them when needed.

This approach was chosen because to compute the final grid for extraction we need to invert the artifact RoIs do the intersection between them and finally do the intersection between the result and the union of the normal RoIs.

(⋃{RoIs}) ⋂ (⋂{artifacts})

jamesdolezal and others added 30 commits January 25, 2024 15:04
- Significant optimizations for ROI rendering in Studio
- New advanced ROI editing window in Studio (WIP), including "merge" and "simplify" functions
- Various fixes with interaction between ROIs and QC, when roi_filter_method is set to a float value
- Studio: add ability to change roi_filter_method
- Add `WSI.get_tile_roi_mask()` for obtaining a whole-tile mask of ROIs
- Experimental "point" ROI option in Studio (currently just adds a circle)
jamesdolezal and others added 30 commits April 2, 2024 08:32
…esize`

- Rework pytorch pathology pretrained feature extractors to no longer accept the `tile_px` argument, instead accepting `center_crop` or `resize` arguments directly. Previous behavior was to set `center_crop=True` if the `tile_px` did not match the tile size of the model. This disables this behavior and gives the user the ability to choose how mismatched image sizes are handled (crop vs resize)
…es (`dataset.extract_tiles(mpp_override=...)`)
Updating invert_roi and functions to process tissues_n_issues
Update invert_roi() to work correctly
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.

None yet

3 participants