Tutorial for wsi_dataset #1380
-
Hi, Thank you for open source such an awesome framework for healthcare! I am currently trying to adapting one of my digital pathology project to MONAI. I have noticed that the wsi dataset and wsi reader have been introduced since v0.5, but there is no relevant tutorial to explain how to use them property. It took me a while to understand the source codes and make it work for my cases. Therefore, I am wondering is that possible to write a tutorial to explain how to use them and I believe it would be super helpful? The second question is how MaskedPatchWSIDataset generates patchs? Since the documentation does not explain it and I checked the source code and have some questions:
Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @Dylan-H-Wang, thanks for your interest! And also could you please help share some comments on the questions about |
Beta Was this translation helpful? Give feedback.
-
Hi @Dylan-H-Wang, thanks for your questions and suggestions.
To understand better your need and to be able to address it in MONAI can you let me know if your use case is for training or inference, and if there is any other feature that you think is missing? @KumoLiu I agree that we should prepare some tutorials on how to best use pathology datasets. |
Beta Was this translation helpful? Give feedback.
Hi @Dylan-H-Wang, thanks for your questions and suggestions.
MaskedPatchWSIDataset
. This dataset specifically extracts patches for each and every pixels of the foreground mask and it has it's own use cases.To understand better your need and to be able to address it in MONAI can you let me know if your use case is for training or inference, and if there is…