Open MingtaoFu opened 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!
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!