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

question about kernel_size #11

Open
18842505953 opened this issue Jun 4, 2019 · 1 comment
Open

question about kernel_size #11

18842505953 opened this issue Jun 4, 2019 · 1 comment

Comments

@18842505953
Copy link

does the kernel_size only equal 3? i set kernel_size=5 ,the result of conv is the same with kernel_size=3,why?

@nbl97
Copy link

nbl97 commented Jul 17, 2019

Becauses the DeformConv2D has a problem, it only can do "SAME" conv.
In conv_kernel, the shape of x_offset returned from _reshape_x_offset is always (hks, wks), ks is the kernel_size, so the output is still (h,w).

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

2 participants