Large WSI and Masks Tiling #5572
Unanswered
OmarAshkar
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to explore wsi_reader
I am not sure if it is capable to do what I need, but basically, I have a large .svs WSI and corresponding masks in jpg format. I want to pass them for UNET. Now, I am having a PyTorch script with a custom data loader to take images and multi-class masks. But the original images are large, and I need to tile time with the masks. I could do this using patchify library, but I thought maybe something is ready to implement here.
Cheers!
Beta Was this translation helpful? Give feedback.
All reactions