Skip to content

What is the offset value along the input for forward() in DeformConv2D() #20

@shahzad-ali

Description

@shahzad-ali

Thanks for sharing the repo. I thought of the deform layer use as plug and play (right?)

Replacing one of the nn.Conv2d() layers with DeformConv2D() produced this error:

result = self.forward(*input, **kwargs)
TypeError: forward() missing 1 required positional argument: 'offset'

How to calculate/pass this parameter with each input?

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