Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Conversation

@likholat
Copy link
Contributor

No description provided.

@likholat likholat marked this pull request as ready for review January 20, 2022 14:56
@dkurt dkurt linked an issue Jan 21, 2022 that may be closed by this pull request
dilation=1,
deformable_groups=1,
inp_shape=[1, 15, 128, 240],
offset_shape=[1, 18, 128, 240],
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just curious, why 18?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, I see, 2 * offset_groups * kernel_height * kernel_width = 2 * 1 * 3 * 3 = 18

source: https://pytorch.org/vision/master/generated/torchvision.ops.DeformConv2d.html

@dkurt dkurt merged commit 18edc45 into dkurt:master Jan 21, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DeformableConvolution

2 participants