Uh oh!
There was an error while loading. Please reload this page.
Multi-channel Image Dataloaders - #976
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
wyli
commented
Oct 10, 2022
aasthajh
commented
Oct 10, 2022
Would it help to use a MONAI model instead of pytorch ResNext? I had used MONAI ViT with the same dataloaders so I can swap out the model if that helps |
ericspod
commented
Oct 11, 2022
I think the key contribution here is the dataset class demonstrating how to combine multichannel images. This can be recast using MONAI components ( |
aasthajh
commented
Oct 11, 2022
Thanks Eric, I can replace the non-MONAI components with the MONAI equivalent. Could you please direct me to the engine classes you referred to and any examples for using the same? |
ericspod
commented
Oct 11, 2022
The classes are in the |
nvahmadi
commented
Sep 8, 2023
I just saw that this PR is still open. It should be noted that in the meantime I worked with @aasthajh to create a multi-channel microscopy tutorial (already merged, see notebook). This tutorial covers the topics proposed in this notebook PR, but is more MONAI native (e.g. using |
Fixes # .
Description
This is an example highlighting the use of custom dataloaders for multi channel images. Multi channel images are very commonly used in healthcare, this example shows one such use case in microscopy.
Checks