FaPN icon indicating copy to clipboard operation
FaPN copied to clipboard

the output channals of FeatureAlign_V2

Open ChengYi1996 opened this issue 2 years ago • 2 comments

self.dcpack_L2 = dcn_v2(out_nc, out_nc, 3, stride=1, padding=1, dilation=1, deformable_groups=8, extra_offset_mask=True) why out_nc is 256, not 216(3 x kernel_size x kernal_size x deformable_groups) ?

ChengYi1996 avatar Jan 22 '22 03:01 ChengYi1996

I also have the same question

chenhaiwen avatar Apr 29 '22 07:04 chenhaiwen

216 is the dimension of the offset tensor (which is the one of inputs of this DC block), and the dimension of the whole deformable convolution block will be 256

JinYangprominent1994 avatar Oct 13 '23 19:10 JinYangprominent1994