Skip to content

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

@xinchenduobian

Description

@xinchenduobian

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions