In you paper you indicate that you train on 17 CTs and leave one for testing. How do perform this training? Is it done sequentially one CT after the other, or do you have a different method? The code you provide is clearly set up for handling a single CT with its corresponding segmentation at a time, both for training and inference (although I understand it makes sense for the latter).
Would you be able to provide guidance as to how one can perform training on multiple files at once?
Hello,
In you paper you indicate that you train on 17 CTs and leave one for testing. How do perform this training? Is it done sequentially one CT after the other, or do you have a different method? The code you provide is clearly set up for handling a single CT with its corresponding segmentation at a time, both for training and inference (although I understand it makes sense for the latter).
Would you be able to provide guidance as to how one can perform training on multiple files at once?
Thank you.