Closed zhangbin0917 closed 4 years ago
In the stage-II, I set the image path to target domain. We do not use the source image any more.
https://github.com/layumi/Seg-Uncertainty/blob/master/train_ft.py#L35-L41
Thanks for reply. I got it.
But why you use two loaders for target domain iamges, trainloader
and targetloader
. Why not use one dataloader to calculate the all loss?
At that time, I hope that Trainer could be re-used in the stage-I.
Got it, 3q.
Nice work! I am a novice in the domain adaptation field. I have a question about stage2. In my understanding about your paper, uncertainty estimation is used for target domain images. But in your code
trainer_ms_variance.py
, it seems to be calculated on the image of the source domain.