mjq11302010044 / RRPN_pytorch

RRPN in pytorch 1.0 ----- Arbitrary-Oriented Scene Text Detection via Rotation Proposals
MIT License
262 stars 56 forks source link

About the range of the rotated angle #62

Open MingtaoFu opened 4 years ago

MingtaoFu commented 4 years ago

https://github.com/mjq11302010044/RRPN_pytorch/blob/ec2b803c1da86d0f760ad20521cc6afc3b8026f9/demo/link_boxes.py#L17-L21 You use the angle in [-pi/4, 3pi/4] while I concern why you don't use [-pi/2, pi/2]. In my naive opinion, the latter one is easier to learn by the model because it is symmetric about zero.

Thank you very much!