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

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

Open
xinchenduobian opened this issue Dec 3, 2022 · 0 comments
Open

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

xinchenduobian opened this issue Dec 3, 2022 · 0 comments

Comments

@xinchenduobian
Copy link

您好,您的工作是一份非常有价值的工作。由于我在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算的?您知道具体的计算方法吗?

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

1 participant