OceanPang / Libra_R-CNN

Code for CVPR 2019 paper "Libra R-CNN: Towards Balanced Learning for Object Detection"
Apache License 2.0
367 stars 49 forks source link

trian with angle bboxs #15

Closed andrew-begain closed 5 years ago

andrew-begain commented 5 years ago

hi @OceanPang I want to train libra-fast- RCNN bboxs with Angle. What should I do? thank you

OceanPang commented 5 years ago

Hi @andrew-begain, sorry for the late reply. Currently, we didn't support training with Angle, you can just add one another regression term along with delta_x, delta_y, delta_w, delta_h. You can refer to some related works in text detection.