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

The exact mapping between the channel index of the mask and the coordinate of the modulated kernel #81

Open
YingqianWang opened this issue Sep 30, 2021 · 0 comments

Comments

@YingqianWang
Copy link

Thanks a lot for your released codes of DCNv2. I have the following question. For a NxN modulated deformable convolution, its mask has N^2 channels. I want to know the exact mapping between the channel index of the mask and the coordinate of the modulated kernel. Is the mapping like this: [0, 1, 2, 3, 4, ..., N^2] --> [[0, 0], [0, 1], [0, 2], ..., [N, N]]?

Hoping that you can help me with this problem. Looking forward to your early reply. Thanks a lot!

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