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

Implementation Details of rotate_roi_pooling_layer.cpp #42

Open
Mypathissional opened this issue Aug 31, 2018 · 2 comments
Open

Implementation Details of rotate_roi_pooling_layer.cpp #42

Mypathissional opened this issue Aug 31, 2018 · 2 comments

Comments

@Mypathissional
Copy link

Mypathissional commented Aug 31, 2018

Hi all,

I am trying to re-implement the Rotate Roi Pooling Layer and I can't quite understand where the variables of AB,AC,ABAB,ACAC, ABAP,ACAP come from in the paper. The problem is that because of the additional checking condition with those variables , there is a very rare update.

Just trying to understand, any help is highly appreciated.

@mjq11302010044
Copy link
Owner

@Mypathissional Hi there,
This condition is for border judging for a position, we cannot directly use the border to judge it. Only direction of the vector helps judging it.

@mjq11302010044
Copy link
Owner

@Mypathissional A simple geometric trick :)

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