We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the openslide-python used the old OpenSlide-library (3.4.x instead 4.0.0) the properties "mpp-x" and "mpp-y" are not available.
To prevent requiring users to install 4.0, implement an alternative method to retrieve MPP from a slide. For reference implementation: https://github.com/Project-MONAI/MONAI/blob/8e725aa2f3c50ffd1c0c45e8917d85f20c6637d0/monai/data/wsi_reader.py#L903
The text was updated successfully, but these errors were encountered:
WsiClassificationDataset
roman807
No branches or pull requests
If the openslide-python used the old OpenSlide-library (3.4.x instead 4.0.0) the properties "mpp-x" and "mpp-y" are not available.
To prevent requiring users to install 4.0, implement an alternative method to retrieve MPP from a slide. For reference implementation: https://github.com/Project-MONAI/MONAI/blob/8e725aa2f3c50ffd1c0c45e8917d85f20c6637d0/monai/data/wsi_reader.py#L903
The text was updated successfully, but these errors were encountered: