mjq11302010044 / RRPN

Arbitrary-Oriented Scene Text Detection via Rotation Proposals (TMM 2018)
Other
436 stars 141 forks source link

Implementation Details of rotate_roi_pooling_layer.cpp #42

Open Mypathissional opened 6 years ago

Mypathissional commented 6 years ago

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 commented 6 years ago

@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 commented 6 years ago

@Mypathissional A simple geometric trick :)