cchen-cc / SIFA

[TMI'20, AAAI'19] Synergistic Image and Feature Adaptation
255 stars 70 forks source link

Train a model with .nii data #39

Open AmericaBG opened 3 years ago

AmericaBG commented 3 years ago

Hi! First of all, thank you very much for sharing, it's a great job, congratulations!

I would like to train my own model with .nii data. Each .nii input data is a 3D volum of 256x256xN slices.

Would be it posible? Could you give some advice about that?

Thank you very much in advance :)

cchen-cc commented 3 years ago

Do you mean you want to train a 3D version? Then you need to change all the layers into 3D. The 3D version would be memory intensive and you may not be able to input the entire volume and need to crop a volume into smaller patches.

adchentc commented 2 years ago

Hi! Thanks for sharing too! Just being curious that if you have trained the model with nifti successfully? If yes, is the performance well? Thank you!