gaocong13 / Projective-Spatial-Transformers

Generalizing Spatial Transformers to Projective Geometry with Applications to 2D/3D Registration
117 stars 21 forks source link

Training on multiple CTs #35

Open pimatysiak opened 1 year ago

pimatysiak commented 1 year ago

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.

Wenyuan-Sun commented 9 months ago

I have the same question. Could the author provide some guidance about how to train on multiple CT scans? Thanks.