You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use some public data withtif files that do not have mpp and power recorded. However, the group that released this data provided the mpp and power values for each slide separately. I know I can provide them manually when reading the wsi with WSIReader.open():
This code assumes that giving slide path is enough and the reader behind DeepFeatureExtractor will handle everything automatically. Is it possible to use the wsi that I got through wsi = WSIReader.open(slide_path, mpp=mpp, power=power) inside extractor.predict()?
The text was updated successfully, but these errors were encountered:
develop
branchDescription
I use some public data with
tif
files that do not havempp
andpower
recorded. However, the group that released this data provided thempp
andpower
values for each slide separately. I know I can provide them manually when reading the wsi withWSIReader.open()
:So I can use this to get thumbnails and masks.
How do I provide this information directly to the feature extractor?
Here is the code I found in https://github.com/TissueImageAnalytics/tiatoolbox/blob/develop/examples/full-pipelines/slide-graph.ipynb
This code assumes that giving slide path is enough and the reader behind
DeepFeatureExtractor
will handle everything automatically. Is it possible to use thewsi
that I got throughwsi = WSIReader.open(slide_path, mpp=mpp, power=power)
insideextractor.predict()
?The text was updated successfully, but these errors were encountered: