Closed luoxin13 closed 2 years ago
Hello ! Sorry for the late reply 1/ I'll see if I can upload them yes 2/ For the source domain, it should not have any impact, as it's supervised learning there. For the target domain, yes, it is the same as described in that question.
Hello, thanks for sharing the great work. I have some puzzles on this repo and I am wondering if it is convenient for you to get them figured out.
would it be possible to share the pre-trained weights of source-only and adapted target models?
Could you describe the data splits for site-A and site-B training and validation? Or both of them are the same as described in #1 ?
As shown in the codes, the input images should be in the range [0,1], so, did you apply normalization on each slice of images (shaped as [1, 384, 384]) or on the whole nii instance (shaped as [n_slices, 384, 384])?
Did you involve all the slices in training or filter those slices without class-1?