patchwise train, val & test split (single subject available) #1079
Replies: 2 comments 6 replies
-
Hi, @MirenLurBarquin. Why would you need a queue for validation or testing? |
Beta Was this translation helpful? Give feedback.
-
@MirenLurBarquin I would be currious to know what are the images your work with My guess is that it is high resolution microscopy data I have seen use case (with very high resolution 2D data) where this is indeed the first preprocessing step (generate from the input image patches for train / val / test ) As fernando says this is not currently handel with the torchio queue which has a different use (for 3D MRI) But I do think this is an important point if we want to have use case of torchoi in the microscopy field |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I have a single subject available, and I would like to train and predict on it patchwise, without any transform. Is there any way I can get a train_patches_queue, val_patches_queue, and test_patches_queue that do not overlap?
Any other solution in TorchIO in which I don't need to split the image or save the patches is welcome.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions