Replies: 2 comments 4 replies
-
Hi @JavaZeroo, thanks for your interest here. MONAI/monai/data/wsi_reader.py Line 475 in 9c97777 Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
-
How to open single channel tif image? Im using TiffFileWSIReader transforms.LoadImaged(keys=["image"], reader="TiffFileWSIReader", mode='r+' ), I tried |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have tested that reading a large file with PIL takes about 4 times longer than tifffile. 🤯
If possible, I can submit a PR for tif_reader based on tifffile. 🤩
In addition, I wonder why WSIReader was removed, it looks like he has been implemented to read tif files using tifffile. 🤔
Beta Was this translation helpful? Give feedback.
All reactions