FaPN-full icon indicating copy to clipboard operation
FaPN-full copied to clipboard

关于可变形卷积的具体实现

Open xinchenduobian opened this issue 2 years ago • 0 comments

您好,您的工作是一份非常有价值的工作。由于我在pytorch1.7.1下,编译不了您提供的可变性卷积的库。所以我尝试用mmd实现您的代码,我遇到了一个问题: self.dcpack_L2 = dcn_v2(out_nc, out_nc, 3, stride=1, padding=1, dilation=1, deformable_groups=8, extra_offset_mask=True) 这行代码的mask是根据x算的,还是根据offset算的?您知道具体的计算方法吗?

xinchenduobian avatar Dec 03 '22 15:12 xinchenduobian