Volumetric Data for Multiple Instance Learning #896
Replies: 2 comments 6 replies
-
Hi @DocandBean, |
Beta Was this translation helpful? Give feedback.
-
Hi @DocandBean, Thanks for your interest in using MIL pipeline. We are in the middle of making some changes to |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a best practice method for loading a volumetric data set for training a MIL attention model?
The example code for whole slide imaging loads a single large image and then creates bags using the RandGridPatchd and GridPatchd functions.
With a data set of k CTs, each with n images,
[pt_000_image_000, pt_000_image_000,...,pt_000_image_000],
[pt_001_image_001, pt_001_image_001,...,pt_001_image_n],
...,
[pt_k_image_000, pt_k_image_001,...,pt_k_image_n]
and each with a single label, [0,1,...m].
One (poor) method would be to tile the images for a given CT into a single image and then use the GridPatchd function with particular attention to the size and spacing equal to the original images.
What is the best method/function for creating a data set suitable for the attention model?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions