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

Tile Extraction Resolution Related #3

Open
Rexmiao opened this issue Jan 18, 2021 · 0 comments
Open

Tile Extraction Resolution Related #3

Rexmiao opened this issue Jan 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@Rexmiao
Copy link
Collaborator

Rexmiao commented Jan 18, 2021

A user would prefer to extract tiles at a specified resolution in micrometers per pixel rather than at the openslide level. Available levels (0,1,2) can mean very different resolutions between scanner types and even scanner settings.

Our answer below:
This is more tricky than you may realize. our other work using .e.g, histoqc (http://histoqc.com/), has demonstrated that the same scanner can produce different MPP at the same magnification for different slides in some cases these differences are ~5-10% difference, e.g., .2456 vs .2468 vs .2325 in the TCGA alone. Thus the question arises, if you specify a MPP, do you want a .2456 to be scaled to a requested e.g., .23? I suspect this will introduce a large number of interpolation type artifacts, and would actually negative impact DL robustness. proper study is needed in this context to determine what the best-practice should in fact be. i opted to go with the openslide level because it is both (a) more transparent, you get exactly the raw data from the file and (b) it is harder to do, hopefully requiring people to think about these questions instead of blindly forging ahead that said, our colleague has produced a WSI library which will allow you to do this and should be fairly easy to integrate into the provided code: https://github.com/pjl54/WSI_handling

@Rexmiao Rexmiao added the enhancement New feature or request label Jan 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant