MSANet icon indicating copy to clipboard operation
MSANet copied to clipboard

MSANet.py

Open HanziGao opened this issue 1 year ago • 0 comments

Hello,your job is good. And I have two questions about MSANet.py. 1.. Multi-Similarity part. Is there an error on line 278: hyper_2 = F.interpolate(corr[2], size=(corr[1].size(2),corr[1].size(3)), mode='bilinear', align_corners=True) ;I think it should be that hyper_2 = F.interpolate(corrs_shot[2], size=(corrs_shot[1].size(2), corrs_shot[1].size(3)), mode='bilinear',align_corners=True) hyper_2 = hyper_2 / self.shot

2. K-Shot Reweighting part Compared to BAM, you made some changes in this part(line299,300), what is the meaning of these changes?

HanziGao avatar Apr 26 '23 08:04 HanziGao