Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the output channals of FeatureAlign_V2 #10

Open
ChengYi1996 opened this issue Jan 22, 2022 · 2 comments
Open

the output channals of FeatureAlign_V2 #10

ChengYi1996 opened this issue Jan 22, 2022 · 2 comments

Comments

@ChengYi1996
Copy link

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) ?

@chenhaiwen
Copy link

I also have the same question

@JinYangprominent1994
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants