You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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.
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.
The text was updated successfully, but these errors were encountered: