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

What's the use of deformable_group? #27

Open
wk910930 opened this issue Jun 25, 2018 · 3 comments
Open

What's the use of deformable_group? #27

wk910930 opened this issue Jun 25, 2018 · 3 comments

Comments

@wk910930
Copy link

Dear @unsky ,

May I know the reason why you introduce deformable_group parameter? How does it affect the performance? Should deformable_group be equal to group?

Thanks!
Kun

@DanChen001
Copy link

@wk910930 @unsky I have the same question. Could you help me? Thanks

@wk910930
Copy link
Author

Unfortunately, I didn't get the answer from the author yet. I guess deformable_group allows for more possibilities. When deformable_group is set to 1, the same predicted offset will be applied to all the 3 x 3 filter inside a kernel volume. When deformable_group is set to, say 4, the filters will be divided into 4 groups and each group has its own offset to apply. This operation may produce better results (because of varied offsets).

@DanChen001
Copy link

Unfortunately, I didn't get the answer from the author yet. I guess deformable_group allows for more possibilities. When deformable_group is set to 1, the same predicted offset will be applied to all the 3 x 3 filter inside a kernel volume. When deformable_group is set to, say 4, the filters will be divided into 4 groups and each group has its own offset to apply. This operation may produce better results (because of varied offsets).

@wk910930 Thank you for your kind help.

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