TSA
TSA copied to clipboard
[CVPR 2021 Oral] Code release for "Transferable Semantic Augmentation for Domain Adaptation"
Which method in the paper does this code correspond to? BSP or DANN or CDAN?
Thanks a lot for releasing the code! When using TSA for domain adaptation in much larger dataset(like Imagenet-1k(source domain),other dataset(target domain)), I found that the GPU memory is not enougn...
Hi, I use this repository can only achieve ~74% on visda2017, which is much worse than the reported results. Could you help me find the reason? I also can not...
I've tried to reproduce the result of office-31, but there's no good. I only got 74.6 in W->A, which is far away from 76.8 as claimed in the paper. Could...
Hello,I read your paper,this is a impressive work! I notice that the caculate of sigma2 is different between TSA and ISDA. ISDA: sigma2 = (weight_m - NxW_kj).pow(2).mul(CV_temp.view(N, 1, A).expand(N, C,...
I found your work is impressive. Just want to know whether it is possible to share the code for visualization as it is nontrivial to implement it. Thanks!